aiven-anton opened a new pull request, #17608: URL: https://github.com/apache/kafka/pull/17608
Only omit tagged struct field values when all of their values have _explicit_ defaults. This only has an affect for the `UpdateRaftVoterResponseData.currentLeader` field, and the only effect for that field is that a value of `CurrentLeader(leaderId=-1, leaderEpoch=-1, host="", port=0)` will not be written from serialized bytes. As `host=""` and `port=0` are invalid values, this will practically have no impact on performance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
