-
Description
===========
Hi All ..i am making a dot.net core application which reads data from a database and sends the data to a kafka topic. (the application will be called in parallel multiple tim…
-
I am using a cpp version of librdkafka consumer (version 1.4.2)
I am subscribe to 2 topics that are existing. They got assigned fine and was receiving messages.
Now when I delete one of the topic,…
-
* PHP version: 7.1.9
* librdkafka version: 0.9.1
* php-rdkafka version: 3.1.2
* kafka version: 2.5.0
my php code
```
$max =1000;
$configBro…
-
`beforeTest`/`afterTest` is being executed additional times for containers (i.e. `describe` block) before then being executed again for the tests in the container.
Example test class
```kotlin
cl…
Reevn updated
4 years ago
-
Any plans so far? 0.11 is about to be released fairly soon, adding support for message headers.
Thanks.
-
Description
===========
I can a consumer program which simply consumes message from kafka, and an idempotent producer produces 20000000 messages of the same topic(only one partition) from another pr…
-
Description
===========
Hello Edenhill,
My prod system takes time to connect to the broker/cluster and in the mean time there are other processes that are already generating data. And during this…
-
#### Problem
```
2018-09-28 16:46:27 +0000 [warn]: #0 thread exited by unexpected error plugin=Fluent::Plugin::ElasticsearchOutput title=:flush_thread_6 error_class=SystemStackError error="stack lev…
-
> It is possible to manually craft a Produce request which
bypasses transaction/idempotent ACL validation. Only authenticated clients
with Write permission on the respective topics are able to explo…
-
## 配置
### kafka
```
canal.serverMode = kafka
canal.mq.servers = 127.0.0.1:9092
canal.mq.retries = 0
canal.mq.batchSize = 128
canal.mq.maxRequestSize = 1048576
canal.mq.lingerMs = 50
canal.mq.…