kafka
kafka
API
ox.kafka
ConsumerSettings
ConsumerSettings
AutoOffsetReset
KafkaConsumerWrapper
KafkaConsumerWrapper
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
,
IO
):
Source
[
ReceivedMessage
[
K
,
V
]]
def
subscribe
[
K
,
V
](
kafkaConsumer
:
KafkaConsumer
[
K
,
V
],
closeWhenComplete
:
Boolean
,
topic
:
String
,
otherTopics
:
String
*)(
using
StageCapacity
,
Ox
,
IO
):
Source
[
ReceivedMessage
[
K
,
V
]]
def
subscribe
[
K
,
V
](
kafkaConsumer
:
ActorRef
[
KafkaConsumerWrapper
[
K
,
V
]],
topic
:
String
,
otherTopics
:
String
*)(
using
StageCapacity
,
Ox
,
IO
):
Source
[
ReceivedMessage
[
K
,
V
]]
In this article
Attributes
Members list
Value members
Concrete methods