-
Description
===========
The idempotent producer silently requires that the retry count be set to at least one.
```
>>> import confluent_kafka as ck
>>> p = ck.Producer({
... 'bootstrap.serv…
-
We're interested in using the idempotent producer to get exactly-once-semantics recently added to librdkafka. Do we need to wait for a release of `confluent-kafka-go`, or can we simply install librdka…
-
**Describe the bug**
当创建java 代理时,需要创建的接口对应的classLoader与CallWrapUtil的calssLoader不一致时将会报错
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '.…
-
I've discovered an unexpected behavior.
This small code will illustrate it well :
Here is my producer setup :
```
const producer = kafka.producer({
maxInFlightRequests: 1,
idempotent: tr…
-
Description
===========
Hello,
I was just wondering when Idempotent Producer is gonna be available in the Go library. I see it's merged in the `C` repo. I did try it by enabling it in the config(…
-
Description
===========
Simple question : Can permanent check of GetFatalError() status cause performance issue ?
Checklist
=========
Please provide the following information:
- [ ] c…
-
- build an example app (e.g. with Kafka)
- check possible improvements e.g. timer/tick-based file flushing, path factory/function
-
##### Versions
"GoVersion": "go1.6",
"GodepVersion": "v79"
"ImportPath": "github.com/Shopify/sarama",
"Comment": "v1.20.1-28-g0a21d90",
"Rev": "0a21d90df4f6266fdf28d603e5ef91f2426c362a"
…
-
According to BigQuery's document the user can specify `insertId` for each row. And if the same insertId is inserted twice . BigQuery can de-duplicate the data:
https://cloud.google.com/bigquery/strea…
-
Description
===========
I want to stream the file or folder using the kafka.net in one machine to another machine. Is there any functionality to do that.
I want to track the process of file stream…