Package

com.softwaremill.react.kafka

commit

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait CommitterFactory extends AnyRef

    Permalink
  2. class CommitterProvider extends AnyRef

    Permalink
  3. class KafkaCommitterSink extends GraphStage[SinkShape[KafkaMessage[_]]] with LazyLogging

    Permalink
  4. case class KafkaSink[T](sink: Sink[T, NotUsed], underlyingCommitterActor: ActorRef) extends Product with Serializable

    Permalink
  5. trait OffsetCommitter extends AnyRef

    Permalink

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

  6. case class OffsetMap(map: Offsets = Map.empty) extends Product with Serializable

    Permalink
  7. type OffsetMerge = (Offsets, Offsets) ⇒ Offsets

    Permalink
  8. type Offsets = Map[TopicAndPartition, Long]

    Permalink

Value Members

  1. object ConsumerCommitter

    Permalink
  2. object OffsetMap extends Serializable

    Permalink
  3. package native

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped