-
Description
===========
An Exception is throw when executing application in docker and the app stops.
>Unhandled Exception: System.InvalidOperationException: No such configuration property: "prod…
-
Description
===========
The `enable.ssl.certificate.verification` configuration for `AdminClient` only takes strings `"true"`/`"false"` rather than the Python booleans `True`/`False`. We noticed tha…
-
Need kafka version compatibility metrics for rsyslog - omkafka
-
Ctrl + C can not terminate the program.
The program may block the signal set inside
may be blocked in the consumer.poll () call, this method to solve
-
While investigating issues around message size limits, we found that using `message.max.bytes` was necessary in the producer client to limit outgoing batch sizes, even though this is only [documented …
-
I read the closed thread:
https://github.com/mfontanini/cppkafka/issues/10
but I can't understand if last version available is fixed.
I followed:
https://github.com/mfontanini/cppkafka/issues/2
…
-
Description
===========
Delivery report of message from events channel, when using channel producer does not have timestamp or headers. This behavior is same for successfully delivered, as well as o…
-
As proven by libraries like psycopg2 it is possible to provide a way to integrate a C extension with gevent.
This may or may not require cooperation on librdkafka's part but will provide a lot of valu…
-
Using the the `ucalgary/python-librdkafka` image, which pulls `alpine-3.6`;
`RUN apk add gcc musl-dev linux-headers libffi-dev openssl-dev py-virtualenv` works just fine, but
`RUN apk add gcc mu…
-
https://github.com/confluentinc/examples/tree/5.5.0-post/clients/cloud/python
As per the docs, the config file should look like:
```
# Kafka
bootstrap.servers={{ BROKER_ENDPOINT }}
security.pro…