KafkaSource

ox.kafka.KafkaSource
object KafkaSource

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def subscribe[K, V](settings: ConsumerSettings[K, V], topic: String, otherTopics: String*)(using StageCapacity, Ox): Source[ReceivedMessage[K, V]]
def subscribe[K, V](kafkaConsumer: KafkaConsumer[K, V], closeWhenComplete: Boolean, topic: String, otherTopics: String*)(using StageCapacity, Ox): Source[ReceivedMessage[K, V]]
def subscribe[K, V](kafkaConsumer: Sink[KafkaConsumerRequest[K, V]], topic: String, otherTopics: String*)(using StageCapacity, Ox): Source[ReceivedMessage[K, V]]