-
KAFKA_ADVERTISED_HOST_NAME how i can install this env??? if docker-compose makes random ip???
-
微信号 beautyArch 功能介绍 设计满足业务的系统架构、大数据中…
-
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
===========
We're trying to onboard newer release of `librdkafka` (together with `modern-cpp-kafka`) while found "a…
-
I'm using kafak_2.0.0 profile with https://github.com/pinterest/secor/blob/master/src/main/config/kafka-2.0.0/kafka.properties properties to process the events which are pushed through Kafka producer …
-
可以考虑增加kafka数据查看的feature
-
Consumer code:
```
await this.abisConsumer.connect()
// Subscribe can be called several times
await this.abisConsumer.subscribe({ topic: 'abis', fromBeginning: true })
let sta…
jafri updated
4 years ago
-
Description
===========
The messages i'm reading from the kafak are Json's and i want to read them directly to a Newtonsoft,Jobject. In order to do that i wanted to create my own Deserializer that w…
-
1. Should Testing using the Kafka consumer client be Testing using the Kafka producer client? I saw the Producer Client is used instead of Kafak consumer client.
2. Can you also explain the RestClien…
-
Hi @HenryCaiHaiying
I am finally able to test sector against AWS S3 and it is able to move kafak messages to S3 buckets.
Next i am trying to test sector against Ceph S3 ( which is S3 compliant…