kafka-python
kafka-python copied to clipboard
Python client for Apache Kafka
Hi. I noticed the [OffsetDelete API](https://kafka.apache.org/24/protocol.html#The_Messages_OffsetDelete) is missing support in this library. Why is that so? If it's okay, I can open a pull request adding it
my environment is a cluster with four brokers in two pods, when i shutdown 2 of brokers, i supposed to see kafka'client connecti other active brokers,but sometime failed .i see...
Currently kafka header value is byte. When we are consuming it from the kafka it is in byte. so we again convert it to string. Is there any possibility of...
While trying to run the producer I keep on getting this issue, I have tried adding api_version to the code but its not working. Can anybody help Traceback (most recent...
Need a way to be able to specify a credential cache file as part of authentication when multiple files are present within the cache directory. I found this can be...
and the configuration of ConsumerInterceptor and ProducerInterceptor was not found
issue: Iterator results in "Heartbeat poll expired, leaving group" if topic is idle for several hours, but can see message "Received successful heartbeat response" seconds ago. Iterator results in heartbeat...
Hello, in my company we developed a sort of wrapper around this library in order to integrate the Confluent schema registry and perform the Avro serialization. We are now considering...
Hello AWS announced support for a new SASL mechanism called AWS_MSK_IAM which enables to handle both authentication and authorisation with AWS IAM. Is there a chance to add support for...