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. class KafkaCommitterSink extends GraphStage[SinkShape[ConsumerRecord[_, _]]] with LazyLogging

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

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

    Permalink

    Mutable, not thread safe.

    Mutable, not thread safe. Can be used by multiple threads only if there's no more than one caller of 'updateWithOffset'

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

    Permalink
  5. type Offsets = Map[TopicPartition, Long]

    Permalink

Value Members

  1. object ConsumerCommitter

    Permalink
  2. object OffsetMap extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped