kafka/clients
Colin Patrick McCabe aa7ba7bd5a
KAFKA-16094: BrokerRegistrationRequest.logDirs field must be ignorable (#15153)
3.7 brokers must be able to register with 3.6 and earlier controllers. Currently, this is broken
because we will unconditionally try to set logDirs, but this field cannot be sent with
BrokerRegistrationRequest versions older than v2. This PR marks the logDirs field as "ignorable."
Marking the field as "ignorable" means that we will still be able to send the
BrokerRegistrationRequest even if the schema doesn't support logDirs.

Reviewers: Ron Dagostino  <rdagostino@confluent.io>
2024-01-09 15:04:27 -08:00
..
src KAFKA-16094: BrokerRegistrationRequest.logDirs field must be ignorable (#15153) 2024-01-09 15:04:27 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00