aiokafka
aiokafka copied to clipboard
Transactional Example not working
I have tried the transaction_example example provided in the documentation and it does not work. After checking the code, I see that the it get stuck when starting the producer in await self._sender.start(). I added some logs after await producer.start() in the example and they are never shown.
Context:
python: 3.12aiokafka: 0.12docker image: confluentinc/cp-kafka:7.7.0 (kafka 3.7.x)
After I removed everything related with transactions the code works.
Any ideas what is happening?