-
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
2 months 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
3 weeks ago
-
## In what area(s)?
/area runtime
## What version of Dapr?
1.14.4
## Expected Behavior
When using KEDA to automatically scale a Dapr app on a Kubernetes cluster to subscribe to Apache…
-
` var consumer = new Consumer
{
Topic = "nx_test",
Group = "test",
NameServerAddress = set.NameServer,
FromLastOffset = true,
…
-
A user complaint that RisingWave created too many consumer groups and exceeded the limit in Kafka. They have to manually clean dead groups.
Although we only have 1 consumer group for 1 MV now (A lo…