-
I have Strimzi operator running in `kafka` namespace.
```
NAME READY STATUS RESTARTS AGE
my-cluster-entity-operator-759fb59899-zv48v 3/3 Run…
-
### What did you do?
- 1 TiCDC, 1 broker, 1 mysql; 3 kafka changefeeds, 1 mysql changefeed
- At first, all changefeeds work normally
- When kafka service stopped, the 3 kafka changefeeds don't sy…
-
**Concisely describe the proposed feature**
kafka input插件依赖`github.com/bsm/sarama-cluster`的库已经被放弃维护,历史原因是sarama不支持consumer group,但是新的sarama已经支持consumer group。当前只用的sarama-cluster也就是限制出了sarama无法升级,升级后无…
-
目前版本sarama好像是不支持kafka scram安全认证协议,是否考虑升级到最新呢
-
### Is your feature request related to a problem? Please describe.
There are additional broker metrics that can be scraped from the sarama client that is used by the kafkametricsreciever component.
…
-
## Summary
[ADR 065](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-065-custom-event-indexing.md) introduced custom TX indexing via event sinks. We also added postgr…
-
Maybe this is a missunderstanding as to how this is supposed to work, sorry if so.
I have the following usecase:
* N messages are published to topic `A` (potentially by an external service)
* S…
-
Since kafka 2.3 it has been possible to use static membership across multiple group generations.
If a consumer goes down, a rebalance does not occur right away allowing for the crashed instance to pi…
-
##### Versions
| Sarama | Kafka | Go |
|--------|-------|----|
| 1.38.1 | 2.8.1 | 1.19.0 |
##### Configuration
What configuration values are you using for Sarama and Kafka?
``` go
defau…
-
Hey, first of all, thanks for this library. I have learnt a lot on Kafka through it and it is a much saner option than `sarama` IMO.
I implemented a consumer using this library with the default bal…