joshua2519 commented on PR #20083:
URL: https://github.com/apache/kafka/pull/20083#issuecomment-3483612776
I agree with @mimaison's concern. Partition management logic (ISR
coordination,
leader recovery state) should be in the server module, not the storage
module.
Storage should only handle low-level file operations.
Would it be better to create a sub-task under
[KAFKA-15852](https://issues.apache.org/jira/browse/KAFKA-15852) to track these
adjustments? Or, just create a MINOR PR to fix it.
--
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]