Manjunath created KAFKA-16835:
---------------------------------
Summary: Add Support for consumer to read in commit order.
Key: KAFKA-16835
URL: https://issues.apache.org/jira/browse/KAFKA-16835
Project: Kafka
Issue Type: New Feature
Components: consumer, offset manager
Reporter: Manjunath
Currently consumer supports offset order to receive messages.There are some
cases where commit order is very important.For example assume case where
PostgreSQL-14 randomly streams multiple in-progress large transactions to some
intermediate client which starts transactional producer instances for multiple
in-progress transactions,using this producer instances client pushes data to
kafka. Now consumer should strictly read messages based on commit order.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)