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

**Describe the bug** When I send a large number of messages via WriteMessages and if at least one of the messages is incorrect, then all subsequent messages in the list...

bug

This function removes the (arbitrary) restriction that a `kafka.Conn` can only write to a single topic+partition. It gives caller a means to publish batches of messages that span topics and...

**Describe the solution you would like** As the developers using this framework, we want a sample code from documentation that is easy to understand and that is production grade The...

enhancement

Implementing Sticky balancer KIP-54

**Describe the bug** I'm using `ConsumerGroup` API and subscribe to several topics. If one of the topics doesn't exist (but other do), `ConsumerGroup` returns an empty assignment. **Kafka Version** Kafka...

bug

fix partitionWriter has unlimited batch queue size https://github.com/segmentio/kafka-go/issues/819

I'm using the consumer group API and this method to commit offsets: ``` // CommitOffsets commits the provided topic+partition+offset combos to the // consumer group coordinator. This can be used...

**Describe the bug** If a reader is started before any kafka deployment, whend kafka is finally deployed, the reader block and the ReadMessage function block. **Kafka Version** > * What...

bug

when i use example README.md consumer demo, use SetReadDeadline(time.Time{}), can't print read message Kafka Version use this image wurstmeister/kafka:2.12-2.1.1 What version(s) of Kafka are you testing against? default config set...

bug