-
## Expected Behavior
When rebalancing occurs during a commit and all offset commit retries are exhausted, the Reactor Kafka library should poll again and process uncommitted messages. The Kafka consu…
-
Requirements: have a way to track/compare the physical Kafka ingestion lag.
This can be an optional stream config to report the consumer lag periodically to Kafka for tracking purpose.
It's not…
-
I am using this docker-compose
```
version: "3"
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
container_name: zookeeper
ports:
- "2181:2181"
enviro…
-
The redisstream example here **_examples/pubsubs/redisstream** not working.
[watermill] 2024/09/04 15:28:02.855927 subscriber.go:182: level=INFO msg="Subscribing to redis stream topic" con…
-
Today, Aspire.Hosting.Azure.EventHubs allows users to add EventHub instances:
https://github.com/dotnet/aspire/blob/7b1fd6d6fe5aa0c6fc3680f0e23ec127c9743789/src/Aspire.Hosting.Azure.EventHubs/Azure…
-
### CurrentBehavior
ERROR [Consumer clientId=consumer-group-1, groupId=consumer-group-1] Error while fetching metadata with correlation id 110 : {consumer-group-1-topic-0=LEADER_NOT_AVAILABLE} (org.a…
-
Hi, it is possible to subscribe with a consumer groupid or to have another mechanism so to have different consumers that receive data exclusively and not replicated ones?
Thanks
-
##### Description
* consumer group can not stop refresh meta data after context canceled.
* function `func (c *consumerGroup) Consume(ctx context.Context, topics []string, handler ConsumerGroupH…
-
# What happened?
Klaw always shows the message "No messages in topic" even if there are messages (I verified that with the CLI).
I am not sure where the issue now lies. Is it an ACL problem or s…
-
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…