kafka/core
David Jacot bbf145b1b1
KAFKA-10817; Add clusterId validation to raft Fetch handling (#10129)
This patch adds clusterId validation in the `Fetch` API as documented in KIP-595. A new error code `INCONSISTENT_CLUSTER_ID` is returned if the request clusterId does not match the value on the server. If no clusterId is provided, the request is treated as valid.

Reviewers: Jason Gustafson <jason@confluent.io>
2021-02-19 14:43:14 -08:00
..
src KAFKA-10817; Add clusterId validation to raft Fetch handling (#10129) 2021-02-19 14:43:14 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00