SOHU-Co / kafka-node

Node.js client for Apache Kafka 0.8 and later.
MIT License
2.66k stars 628 forks source link

Support transactions (KIP-98) #849

Open magnushiie opened 6 years ago

magnushiie commented 6 years ago

Currently transactional producers (for both producing messages and committing offsets atomically) KIP-98 does not seem to be supported.

Is there any effort going on to implement this?

LudovitVarga commented 5 years ago

There is also missing support for transaction aware consumer and configuration of isolation.level.