kafkactl-azure-plugin

Azure plugin for kafkactl to manage Kafka on Azure Event Hubs

brewmacoslinux
Try with needOr install directly
Source

About

Azure Plugin for kafkactl

Commands

kafkactl

Examples

List topics in Azure Event Hubs cluster$ kafkactl topic list --broker-addr <azure-event-hubs-endpoint>
Describe a specific topic with Azure authentication$ kafkactl topic describe <topic-name> --broker-addr <azure-event-hubs-endpoint>
Produce messages to Azure Event Hubs topic$ kafkactl produce <topic-name> --broker-addr <azure-event-hubs-endpoint>