confluent-kafka-python
confluent-kafka-python copied to clipboard
Many stability fixes with Handle objects
Fixes https://github.com/confluentinc/confluent-kafka-python/issues/1590 which is about the Producer class Also realized that the same error affected the AdminClient class, so also fixed that. And then cleaned up the Consumer code to use the same internal API.