yitian108
yitian108
##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | |--------|-------|----| | 1.37.0 |2.5.0 |...
##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | |--------|-------|----| | 1.37.0 | 2.5.0...
##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | GoLand | |--------|-------|----|------| | 1.37...
As the code show in #1987, ```go func (h *handler) ConsumeClaim(sess sarama.ConsumerGroupSession, claim sarama.ConsumerGroupClaim) error { i := 0 for m := range claim.Messages() { msg := m.Value if err...
##### Description Hi there, I encountered an old issue similar to #1565 and #2004 when I use AsyncProducer ##### Versions | Sarama | Kafka | Go | | ------ |...
#### Description When reviewing the function tryRefreshMetadata() in client.go, I noticed a shared variable attemptsRemaining (initialized as Metadata.Retry.Max) within the subfunction retry(). Every call to the function retry() decreases the...
### Description When using docker update --memory-reservation to set a memory soft limit (memory.high in cgroup v2), the parameter is not propagated to the container’s cgroup file (memory.high), even though...