Skip to main content
Server path: /kafka | Type: Application | PCID required: Yes

Tools


kafka_consume_messages

Consume (poll) messages from a Kafka topic using an ephemeral consumer group. Does not commit offsets. Parameters:

kafka_create_topic

Create a new Kafka topic Parameters:

kafka_delete_topic

Delete a Kafka topic Parameters:

kafka_describe_cluster

Get Kafka cluster information including brokers and controller

kafka_describe_consumer_group

Get detailed information about a Kafka consumer group including members and state Parameters:

kafka_describe_topic

Get detailed information about a Kafka topic including partitions Parameters:

kafka_list_consumer_groups

List all consumer groups in the Kafka cluster

kafka_list_topics

List all topics in the Kafka cluster

kafka_produce_messages

Produce (publish) messages to a Kafka topic Parameters: