com
.
softwaremill
.
react
.
kafka
commit
package
commit
Based on from https://github.com/cjdev/kafka-rx
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
commit
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
case class
KafkaSink
[
T
]
(
sink:
Sink
[
T
,
Unit
]
,
underlyingCommitterActor:
ActorRef
)
extends
Product
with
Serializable
case class
OffsetMap
(
map:
Offsets
=
...
)
extends
Product
with
Serializable
type
OffsetMerge
= (
Offsets
,
Offsets
) ⇒
Offsets
type
Offsets
=
Map
[
TopicPartition
,
Long
]
Value Members
object
ConsumerCommitter
object
OffsetMap
extends
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Based on from https://github.com/cjdev/kafka-rx