-
we lack some stream functionality that was added in Redis in next commits
- https://github.com/redis/redis/commit/c81c7f51c38de6dff5ffc55b5184061b84c7ea5f
- https://github.com/redis/redis/commit/7…
-
I love your tool, do you plan to add functional to export/create consumer groups?
-
### Self-Hosted Version
24.10.0
### CPU Architecture
x86_64
### Docker Version
20.10.17
### Docker Compose Version
none
### Steps to Reproduce
1. Run post-process-forwarder-transactions with …
-
it would be really nice from the operations point of view, to have a variant of XAUTOCLAIM that just **deletes a consumer from a group, triggering that the system redelivers the messages to the other …
-
**Describe the bug**
I have a Nodejs app running in a Docker container that creates multiple consumers on startup. Each one of these consumers is for a a different topic with a single partition. All …
-
As a frequent user of KafkaEsque, I would love to see a feature that allows me to list and delete Kafka Consumer Groups directly from the UI tool. This feature would be super useful for managing my co…
dheid updated
1 month ago
-
**Citrus Version**
4.3.3
**Question**
test case
1. SUT sends an event in the topic
2. Validate the event in the topic
Why can't I subtract events? And why poll it is called once?
Maybe I'm…
akuz0 updated
2 weeks ago
-
Is there anyway I can control the offset I want to start consuming messages from?
either from beginning, or from specific offset.
Also there is an option in kafka, when opening a consumer, to s…
-
` var consumer = new Consumer
{
Topic = "nx_test",
Group = "test",
NameServerAddress = set.NameServer,
FromLastOffset = true,
…
-
What does that even mean? Spring Cloud Stream has "consumer group" as a core domain feature (although there has been some discussion about making it optional). What would that look like for HTTP consu…