ManageIQ / manageiq-messaging

MIT License
5 stars 26 forks source link

Fix Kafka Client List Topics Method #88

Closed nasark closed 6 months ago

nasark commented 6 months ago

This method uses the rdkafka admin API to retrieve metadata from the kafka server. This is a good way to perform health checks since if the kafka server is down, this will return an error instead.

@miq-bot assign @agrare @miq-bot add_reviewer @agrare @miq-bot add_label enhancement

nasark commented 6 months ago

We will need a new release of this gem once this is merged

agrare commented 6 months ago

Released v1.4.2 https://github.com/ManageIQ/manageiq-messaging/releases/tag/v1.4.2 with this change

nasark commented 6 months ago

Follow up https://github.com/ManageIQ/manageiq-messaging/pull/89