aiokafka icon indicating copy to clipboard operation
aiokafka copied to clipboard

Transactional Example not working

Open marcosschroh opened this issue 9 months ago • 1 comments

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.12
  • aiokafka: 0.12
  • docker 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?

marcosschroh avatar Feb 07 '25 13:02 marcosschroh