Hi I have a application consume from Kafka, process and send to Kafka. In order to prevent data loss, I need to commit consumer offset after committing a batch of messages to Kafka successfully. I investigate Transaction fearture that provided atomic writes to multiple partitions could solve my problem. Has any other recommended solution in addition to enable Transcation( I dont need exactly once process)?
1095193...@qq.com