kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Kafka library in Go

Results 273 kafka-go issues
Sort by recently updated
recently updated
newest added

AllowAutoTopicCreation to be introduced to writer config, and passed through to the writer itself. **Supporting documentation** ``` // AllowAutoTopicCreation notifies writer to create topic if missing. AllowAutoTopicCreation [bool](https://pkg.go.dev/builtin#bool) ```

enhancement

We are using ReadMessage function with Consumer group, which works pretty good. but sometime one of the partition offset is getting set ahead of it commited message/s so those in...

bug

What does QueueCapacity parameter mean. I read the explanation but I don't fully understand.

What is the difference between kafka.NewConsumerGroup and kafka.NewReader, and if there is no difference, which one is better to use in general?

enhancement

The `replicas` slice was declared as an empty slice which precludes passing a nil slice in the case of wanting to cancel an ongoing assignment.

Hi kafka-go Team, I'm using your library for a project and have encountered a situation where frequent authorization retries are causing high load on our Kafka brokers. I've looked into...

enhancement

**Describe the solution you would like** Could we have a method that combines Batch.Read() and Batch.ReadMessage() Where if there is enough space in msg.Value and msg.Key it will reuse those...

enhancement

Hi, it is possible to dynamically add topics with `AddConsumeTopics`, but how can we remove them? Thank you in advance.

bug

**Describe the bug** Kafka is encountering this error for some reason, but the client should support retries. I have configured the number of retries, but it is not working. My...

bug