com.softwaremill.react.kafka

commit

package commit

Based on from https://github.com/cjdev/kafka-rx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. commit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class KafkaSink[T](sink: Sink[T, Unit], underlyingCommitterActor: ActorRef) extends Product with Serializable

  2. case class OffsetMap(map: Offsets = ...) extends Product with Serializable

  3. type OffsetMerge = (Offsets, Offsets) ⇒ Offsets

  4. type Offsets = Map[TopicPartition, Long]

Value Members

  1. object ConsumerCommitter

  2. object OffsetMap extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped