dengziming commented on PR #12274: URL: https://github.com/apache/kafka/pull/12274#issuecomment-1186984525
> How about the controller unfence the broker when the broker's high-watermark This is a good idea, however, the offset of each registration record is a soft state(not persist to metadata log) and will be lost during leader change, so we should move this judgment to the broker side, to be clear, let the broker unfence itself when seeing registration record of itself. > We would need to find a better solution for https://issues.apache.org/jira/browse/KAFKA-13168 or improve the FETCH request so that it includes the HWM. We already have a Jira for it: https://issues.apache.org/jira/browse/KAFKA-13986 -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org