Shivsundar R created KAFKA-18769: ------------------------------------ Summary: Handle leader changes in client to ensure we do not send requests to the previous leader Key: KAFKA-18769 URL: https://issues.apache.org/jira/browse/KAFKA-18769 Project: Kafka Issue Type: Sub-task Reporter: Shivsundar R
Handle leader changes in client to ensure we do not send requests to the previous leader. Currently we do try to send acknowledgements for records fetched from a previous leader. Now we will instead fail these acknowledgments with NOT_LEADER_OR_FOLLOWER exception in the clients itself -- This message was sent by Atlassian Jira (v8.20.10#820010)