smjn commented on PR #17011: URL: https://github.com/apache/kafka/pull/17011#issuecomment-2318237324
>Will this logic be replaced by the init RPC once it is added? >In general, we should not be updating our log based in-memory state on reads. It's probably safe in this case just based >on the nature of leader epoch, but it is definitely atypical. No it will stay. The initialize rpc does not include any information about the leader epoch which we can store and reference. We are going by epoch definition. -- 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]
