Kafka Sink
Last updated
Last updated
Indicates a list of Kafka servers the Kafka sink should connect to. This list should be provided as comma-separated values
e.g. localhost:9092, localhost:9093
STRING
Indicates the list of topics the sink should subscribe to. This list should be provided as comma-separated values.
e.g. topic_one, topic_two
STRING
Indicates the partition number within the specified topic. If no value is provided, events will be published to the default partition.
0
STRING
A unique identifier for messages published by the sink, allowing receivers to identify the source of a specific message.
null
STRING
The key contains the values that are used to maintain ordering within a Kafka partition.
null
STRING
A flag that is set ON to send binary events via the Kafka sink.
OFF
STRING
Contains any other configurations for the consumer in key-value format. Some supported configurations can be exemplified as
e.g. Keystore Type: 'producer.type
' as key and 'async
' as value.
e.g. Batch Size: 'batch.size
' as key and '200
' as value.
STRING
In Preview Step, you're provided with a concise summary of all the changes you've made to the Kafka Sink Node. This step is pivotal for reviewing and ensuring that your configurations are as intended before completing node setup.
Viewing Configurations: Preview Step presents a consolidated view of your node setup.
Saving and Exiting: Use the Complete button to save your changes and exit the node and return back to Canvas.
Revisions: Use the Back button to return to any Step of modify node setup.
The Preview Step offers a user-friendly summary to manage and finalize node settings in Cortex.