-
In [kafka-node](https://github.com/SOHU-Co/kafka-node), I could do it like this
```
consumerGroup.on('rebalancing', () => {
console.log('Consumer rebalancing...')
})
consumerGroup.on('rebal…
-
-
Hi guys,
I deployed kafka from https://github.com/Yolean/kubernetes-kafka/tree/v2.1.0 on k8s 1.7
I noticed that when my pod(kafka producer) wants to send a message to kafka broker it takes a lot of …
-
##官方命令行工具
- 编写需要移动的topic文件
```
--topics-to-move-json-file 指定JSON格式配置文件 topics.json
{"topics":
[{"topic":"dialogue"}],
"version": 1
}
```
- 使用命令生成推荐的partitions分布,下架节点即将下架的节点不写…
-
I want monitoring kafka running status (via `promethues` and `grafana`, basically follow: https://ibm-cloud-architecture.github.io/refarch-eda/technology/kafka-monitoring/), this is my `docker-compose…
-
At least up until commit 98e8024
-
**Describe the bug**
We have an application using the v0.4.12 and `kafka.NewWriter`. It's a small pinger application that instantiates a new `kafka.NewWriter` every second, sends a message a receives…
-
after applying all the necessary changes (using the M1 Macbook Pro -- yes i added the lines for "platform": "linux/amd64")
and after being able to spin it up properly and add the ACL principals,
…
-
I am new to Kafka and recently I want to develop a producer and consumer API using node express framework.
While developing I encounter 2 issues:
1. After I consume once with the consumer.js fil…
-
``` javascript
{
groupId: 'kafka-node-group',//consumer group id, deafult `kafka-node-group`
// Auto commit config
autoCommit: true,
autoCommitIntervalMs: 5000,
// The max wait tim…