Interface | Description |
---|---|
ConsumerListener<K,V> |
Implement this interface to listen asynchronously to records using a Kafka consumer.
|
StreamBuilder<K,V> |
Implement this interface to build a Kafka stream topology.
|
Class | Description |
---|---|
KafkaConfig | |
KafkaConfig.ClientConfig | |
KafkaConfig.ProducerConfig |
Annotation Type | Description |
---|---|
KafkaListener |
By annotating a class implementing
StreamBuilder or ConsumerListener with this annotation, the
specified topics will be automatically subscribed to. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.