kafka-go
kafka-go copied to clipboard
feat(client): add topic partition count helper
This moves logic for discovering partitions on a topic from Writer to Client, which should make it easier to write lower-level programs that don't need batching functionality. If accepted, this should fix #617, but opening as a Draft to get some feedback first.