KafkaSubscription
Value members
Abstract methods
Subscribes the consumer to the specified topics. Note that you have to
use one of the subscribe functions to subscribe to one or more topics
before using any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.
Subscribes the consumer to the specified topics. Note that you have to
use one of the subscribe functions to subscribe to one or more topics
before using any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.
- Value parameters:
- topics
the topics to which the consumer should subscribe
Subscribes the consumer to the topics matching the specified Regex.
Note that you have to use one of the subscribe functions before you
can use any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.
Subscribes the consumer to the topics matching the specified Regex.
Note that you have to use one of the subscribe functions before you
can use any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.
- Value parameters:
- regex
the regex to which matching topics should be subscribed
Subscribes the consumer to the specified topics. Note that you have to
use one of the subscribe functions to subscribe to one or more topics
before using any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.
Subscribes the consumer to the specified topics. Note that you have to
use one of the subscribe functions to subscribe to one or more topics
before using any of the provided Streams, or a NotSubscribedException
will be raised in the Streams.