twmb / franz-go

franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.6+. Producing, consuming, transacting, administrating, etc.
BSD 3-Clause "New" or "Revised" License
1.61k stars 158 forks source link

Added ability to retrieve current clients target topics #681

Closed UnaffiliatedCode closed 1 month ago

UnaffiliatedCode commented 4 months ago

Currently I am looking at multiple dynamic deployments of this library and I'm looking to implement checks prior to initialized polling which need to verify that the necessary topics have been assigned to the consumer client.

Please advise if you require additional unit tests for the ConsumerGroup path.

twmb commented 1 month ago

Sorry for the delay, the last few months were much busier than anticipated. Releasing imminently!

UnaffiliatedCode commented 1 month ago

Sorry for the delay, the last few months were much busier than anticipated. Releasing imminently!

All good. Thanks for the merge