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. case class KafkaSink[T](sink: Sink[T, Unit], underlyingCommitterActor: ActorRef) extends Product with Serializable

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

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

    Permalink
  4. 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