-
hello!
i have the following desired situation:
* multiple consumers in the same consumer-group consuming messages in a round-robin fashion
* a "consumer" is an instance of the same application (…
-
i want know a group_id has consumed how many offset on a topic.
let offsets = admin_client.fetch_consumer_group_offsets(group_id, &[topic_name.to_string()], None).await?;
in java,we have:
kaf…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
Starting from v1.16, each Cil…
-
We updated from 0.24.0 to 0.25.1 and defined the new roles. When I try Copying topic i get
`Unauthorized: missing permission on resource TOPIC_DATA and action CREATE` and i am logged out. Even thoug…
-
Description
===========
In my very simple implementation, I can easily produce 1 million messages per second, but can only consume around 100k messages per second. How can I speed up the consumer …
-
There is a need to change the offset, for example by skipping 1, 2 or 3+ messages. Timestamp search is not accurate. Similar to https://github.com/redpanda-data/console/issues/346
**Suggestion:** m…
-
refactor to something similar to
`consumeGroupIfPresent(Object marker, Consumer>)`
This would simplify the repetative pattern below
```
captureGroups
.getGroupIfPresen…
-
I create multiple consumers running in different Go routines. These consumers consume messages on different topics.
But I notice that when one consumer is blocked processing messages, the other con…
-
### Versions used
"com.typesafe.akka" %% "akka-actor" % "2.5.23",
"com.typesafe.akka" %% "akka-stream-kafka" % "2.0.2",
Akka version:
2.5.23
### Expected Behavior
When a consum…
-
I am using latest kafka manager 1.3.3.1 and the version of kafka cluster is 2.11_0.9.0.1. I have written one test KafkaConsumer based 0.9.0.1 client library to consume message. And I can consume the m…