dielhennr edited a comment on pull request #11159: URL: https://github.com/apache/kafka/pull/11159#issuecomment-890412999
If all quorum voters wrote a `RegisterVoterRecord` or similar to the metadata quorum with the `node.id` and `process.roles` of that node, then controllers would be able to triage invalid brokers registrations that use the same `node.id` as a controller. This is because if they are using the same `node.id` but we also know that `process.roles=broker,controller` then it would be valid configuration. -- 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]
