Kafka V2
Deprecated. Use the Kafka v3 integration instead. The Open source distributed streaming platform.
- Category
- Messaging and Conferencing
- Pack
- Kafka
Configuration parameters
- brokers — CSV list of Kafka brokers to connect to, e.g. 172.16.20.207:9092,172.16.20.234:9093 (required)
- use_ssl — Use TLS for connection
- ca_cert — CA certificate of Kafka server (.cer)
- client_cert — Client certificate (.cer)
- client_cert_key — Client certificate key (.key)
- additional_password — Client certificate key password (if required)
- topic — Topic to fetch incidents from (Required for fetch incidents)
- partition — CSV list of partitions to fetch messages from
- offset — Offset to fetch messages from (Exclusive)
- max_messages — Max number of messages to fetch
- isFetch — Fetch incidents
- incidentType — Incident type
- max_bytes_per_message — Max number of bytes per message
Commands (4)
- kafka-consume-msg — Consumes a single Kafka message.
- kafka-fetch-partitions — Fetch partitions for a topic.
- kafka-print-topics — Prints all partitions of a topic.
- kafka-publish-msg — Publishes a message to Kafka.