Emanuele Sabellico
Emanuele Sabellico
Thanks for the contribution @marcin-krystianc I just need to change a test that is expecting a different behaviour. It's to note that the exactly-once guarantees are only partial for the...
/sem-approve
/sem-approve
@marcin-krystianc at the moment I can't think of other tests related to this error that are different from the existing ones. In theory it has a meaning and in practice...
Do you always get a connection error or after a period where connections work? It seems like you're connecting to `kafka:9092` as bootstrap but the advertised listener is `kafka-3.7.kafka-producer-k6-test_default:9092`. Make...
This is by design in `librdkafka` as you can later add brokers with `rd_kafka_brokers_add`. This last one is exposed in the .NET client but still not in the Go client....
Hi @nhr-one , please take a look at the [performance section](https://github.com/confluentinc/librdkafka/blob/18f28bc8ccbd51abfc0d714de8716811755459b8/INTRODUCTION.md#performance) in librdkafka introduction. If it's related to the batch size that is too small in `eachBatch`, we're in the...
librdkafka requires the `sub` claim OIDC because that is required to be a valid OIDC token. https://openid.net/specs/openid-connect-core-1_0.html#IDToken the broker validator can then decide to use a different claim as the...
Hi @jgiannuzzi . Thanks for contributing to librdkafka! Our supported way of using libsasl2 is by linking librdkafka dynamically, so you install our `librdkafka1` package for Debian or RH that...
But you still have to install the `libsasl2` package of your distribution. If it was everything included in the binary I'd agree. With Python you need a compiler to build...