kafka-go
kafka-go copied to clipboard
Kafka library in Go
**Describe the bug** > When the same consumer group subscribes to different topics, the leader cannot monitor the partition changes of another topic. **Kafka Version** > * 2.8 > *...
When consuming messages using Kafka's FetchMessage in a consumer group, each message is followed by an unexpected message with a length of 6 and a value consisting of six \u0000...
fix: #428 This is a respin of #429 with added benchmarks like the review asked for. ``` MAIN BenchmarkReaderClose-14 1 1001178125 ns/op 55016 B/op 429 allocs/op Branch BenchmarkReaderClose-14 1 1001329375...