Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently AbstractKafkaInputOperator is not committing the txn to Kafka in commit call back. but AbstractPartitionableKafkaInputOperator that extends AbstractKafkaInputOperator does it.
This commiting of the txn to Kafka should be part of AbstractKafkaInputOperator operator