package
kafka
Type Members
-
case class
ConsumerProperties[T](params: Map[String, String], topic: String, groupId: String, decoder: Decoder[T]) extends Product with Serializable
-
case class
ProducerProperties[T](params: Map[String, String], topic: String, encoder: Encoder[T], partitionizer: (T) ⇒ Option[Array[Byte]] = ((x$3: T) => scala.None)) extends Product with Serializable
-
-
case class
PublisherWithCommitSink[T](publisher: Publisher[KafkaMessage[T]], offsetCommitSink: Sink[KafkaMessage[T], Unit]) extends Product with Serializable
-