kafka
kafka
API
ox.kafka
ConsumerSettings
ConsumerSettings
AutoOffsetReset
KafkaConsumerActor
KafkaConsumerRequest
Subscribe
Poll
Commit
KafkaDrain
KafkaSource
KafkaStage
ProducerSettings
ProducerSettings
ReceivedMessage
SendPacket
SendPacket
kafka
/
ox.kafka
/
KafkaSource
KafkaSource
ox.kafka.KafkaSource
object
KafkaSource
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
KafkaSource
.type
Members list
Clear all
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
]]
In this article
Attributes
Members list
Value members
Concrete methods