Kafka Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
: Get Kafka Producer Handle
: Checks number of actual min-isr for each topic-partition with configuration for that topic.
: Checks the number of offline partitions.
: Checks if the number of replicas not available for communication is equal to zero.
: Publish Kafka Message
: Fetches the health of the Kafka cluster including brokers, topics, and partitions.
: Fetches the count of committed messages (consumer offsets) for a specific consumer group and its topics.
: This action fetches the health and total number of messages for the specified topics.
: This action fetches the topics with lag in the Kafka cluster.
: Run a Kafka command using kafka CLI. Eg kafka-topics.sh --list --exclude-internal