librdkafka Questions
2
Solved
I'm using the confluent-kafka-go library inside my go binary, and this library needs to be linked against librdkafka. Other targets in my project use librdkakfa, so I have produced the static librd...
Congius asked 16/4, 2019 at 0:34
7
I am using the confluent-kafka Python client in my project. I'm trying to create a Docker image with this client.
I am facing the following error:-
#11 8.015 [pipenv.exceptions.InstallError]: In fi...
Downswing asked 8/5, 2022 at 18:12
1
Based on my readings, Kafka with acks=0 basically just pushes the message into the producer buffer. It does not wait for any sort of acks. With that, I'm wondering how it is different from async pr...
Abernethy asked 10/6, 2021 at 15:45
1
When the consumer does not receives a message for 5 mins (default value of max.poll.interval.ms 300000ms) the consumer comes to a halt without exiting the program. The consumer process hangs and do...
Tannertannery asked 24/6, 2019 at 10:0
1
Solved
I'm trying to use Kafka to send a message of ~10Mb. I know its default size is 1Mb, but is that a hard limit? Can librdkafka support >10Mb and how do I set it?
Thunderstruck asked 18/3, 2020 at 12:43
1
Solved
A Kafka Consumer by default periodically commits the current offsets unless it is turned off by disabling enable.auto.commit. According to the documentation you're then responsible for committing t...
Greyback asked 23/10, 2019 at 6:59
1
Solved
I'm using librdkafka as a client consumer, and I have configured the broker and the client to support SSL, for the broker:
listeners = PLAINTEXT://172.20.54.9:9092,SSL://172.20.54.9:9093
ssl.keys...
Est asked 31/5, 2019 at 14:33
1
I am testing Apache Kafka Producer with native java implementation against Python's confluent-kafka to see which has the maximum throughput.
I am deploying a Kafka cluster with 3 Kafka brokers and...
Mantooth asked 5/3, 2019 at 9:23
1
© 2022 - 2025 — McMap. All rights reserved.