-
## Description
When using Restate subscriptions with the Restate Go SDK messages don't seem to trigger
execution until a restart of the deployed application.
## Reproduction
1. Start Resta…
-
### Motivation
Currently, in Pulsar, TCP connections are shared across all consumers and producers for a client. This can lead to issues with backpressure and flow control, particularly for produce…
-
**Describe the bug**
I have a long-running test that has three consumers in a consumer group, every 40 minutes it stops one consumer, then 20 minutes later adds a new consumer to the group. So every …
-
Hi,
We used to be able to display the consumer groups existing on a given topic (by clicking on the "Consumer Groups" tab) but it's not working anymore since we migrated our Kafka clusters from Str…
-
I am trying to gracefully shutdown a kafka consumer, but the script blocks with Stopping HeartBeat thread. How can i gracefully close the consumer on a SIGTERM with kafka-python. This is what i ha…
-
Description
===========
Hi, Looking for how to list consumer gap using the .NET API I was finally able to do it for a given topic and a consumer group. I can derive the partitions from the topic and…
-
Hi,
we're extending our work with Kafka and a microservice in Julia. Now we have for a topic "mytopic" three different partitions.
Very basically, I'm initializing my client using `kc = KafkaCli…
-
### Discussed in https://github.com/confluentinc/librdkafka/discussions/4722
Originally posted by **fdr400** May 17, 2024
Hello everyone! I am currently implementing the driver for Kafka in @u…
-
Same like issue 1101 - web page is black, no errors in log
Adding my config file below.
-------------------------
```
micronaut:
server:
context-path: "" # if behind a reverse proxy,…
-
If current consumer group leader down , will trigger rebalance, but before a new leader is elected, findCoordinator still returns the old leader,rebalance will fail .
* Unable to establish connection…