-
Hi,
I currently uses Telegraf to gather system metrics, and I use Kafka as a transport layer. I have two dedicated instances (using Telegraf Kafka consumer, working as consumer group), that get the…
-
Started zookeeper on port 2181
Started kafka broker on 9092
Inserted few messages using console producer in test topic
```
bin/kafka-console-producer.sh --topic test --broker-list localhost:9092
```…
-
Using Kafkajs 1.15.0.
Issue: ensure consumer / producer always keep reconnecting in all scenarios
Our app is mobile app that connects to Kafka cluster. App have 1 consumer / 1 producer . Network…
-
I'd like to propose the same thing as it was requested for Mermaid in [this issue](https://github.com/mermaid-js/mermaid/issues/1505).
I'd love to be able to do this:
![image](https://github.com/t…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am developing a watchOS app, that uses data coming from a Kafkastream and I want to use this library for this purpose, but it keeps ignoring my local "librdkafka" library.
**Detailed error descr…
-
In our use case we want to show some charts, metrices and grid based on Kafka topics data.( All Topics are already loaded with large amount of Json data from different systems )
We are planning to us…
-
**Use case**
I have a `test` table in ClickHouse that I want to populate to Kakfa with Kafka Engine. I need any changes to `test` to be pushed to Kafka, so I've configured a materialized view for t…
-
What about supporting the Kafka group instance id feature?
This prevents the rebalancing to occur if you keep the same id when you start a new consumer.
-
##### Description
We are encountering an error (once every few weeks) while using the async producer in our Kafka setup. The error message encountered is as follows:
> assertion failed: message …