Kafka Snap Pack examples
| Example | Snaps used |
|---|---|
|
Consume Messages from a Kafka Topic This example demonstrates how messages are read from a Kafka topic, and how the selected output documents are sent to the downstream Mapper view. |
|
|
This example pipeline demonstrates how we use the Kafka Producer Snap to produce and send messages to a Kafka topic, the Kafka Consumer Snap to read messages from a topic, and the Kafka Acknowledge Snap to acknowledge the number of messages read (message count). |
|
|
Send Documents to a Kafka Topic This example pipeline demonstrates how we can send documents to a Kafka topic using the Kafka Producer Snap. We use the Sequence Snap to enable the pipeline to send documents in large numbers. |
|
|
Publish and consume messages in Kafka using Schema Registry authentication This pipeline demonstrates a Kafka message flow using Schema Registry authentication. |