clolov commented on PR #16653: URL: https://github.com/apache/kafka/pull/16653#issuecomment-2250005093
I am not certain I follow the problem so please bear with me. Let's discuss the state of the world w.r.t what is currently proposed in the KIP. We have 1 new configuration which determines what to do with the data when remote is disabled and we have 1 "hidden configuration" which tracks the enablement epoch. The enablement epoch isn't visible to the end-user (i.e. one less configuration they have to worry about), but it helps us to determine whether a topic was ever tiered or not, which by extension allows us to figure out whether we should try to get the log start offset from remote which I believe solves the problem Luke brought forward. Am I missing something? -- 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]
