KafkaFlow

ox.kafka.KafkaFlow
object KafkaFlow

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
KafkaFlow.type

Members list

Value members

Concrete methods

def subscribe[K, V](settings: ConsumerSettings[K, V], topic: String, otherTopics: String*): Flow[ReceivedMessage[K, V]]
def subscribe[K, V](kafkaConsumer: KafkaConsumer[K, V], closeWhenComplete: Boolean, topic: String, otherTopics: String*): Flow[ReceivedMessage[K, V]]