-
I've been using the linux lib without issues and am trying to port my code over to windows:
I believe I'm following (inspired by) the wiki directions ... and I've done the following to checkout pr…
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Descripti…
-
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
…
-
**Environment Information**
- OS [Mac M1]:
- Node Version [v14.17.5]:
- NPM Version [6.14.14]:
- C++ Toolchain [Visual Studio]:
**Steps to Reproduce**
npm install node-rdkafka
**Addi…
-
librdkafka currently ignores (application) commit requests if the offsets match that of the last known commit.
For reasons stated [here](https://github.com/confluentinc/confluent-kafka-python/issues/…
-
This code:
https://github.com/zendesk/racecar/blob/master/lib/racecar/consumer_set.rb#L165
handles the `not_coordinator` by resetting the consumer.
Based on this comment:
https://github.co…
-
Hello team. I was just pointed your direction by a repost of a comment by Chris Larsen, and I am considering helping out here.
One thing that is very important for potential users of a native clie…
-
### I don't see any examples for kafka producer/consumer with OAUTHBEARER, Azure AD and Kafka OIDC.
The default OAuth Authentication via [SASL/OAUTHBEARER for Kafka](https://cwiki.apache.org/conflu…
-
I would like to use a **locally stored keystore/truststore** and pass it to the docker container so I can then run kafkacat with the enterprise SSL CA chain for example.
```sh
docker run --rm --ne…
-
Hi ,
I try to install it for pg 11 on debian stretch. On 2 servers I got the same error.
My script:
sudo apt-get -y install git gcc g++ zlib1g-dev make postgresql-server-dev-${NEWVERSION}
mk…