Vikas Singh created KAFKA-8457:
----------------------------------
Summary: Remove Log dependency from Replica
Key: KAFKA-8457
URL: https://issues.apache.org/jira/browse/KAFKA-8457
Project: Kafka
Issue Type: Bug
Components: core
Reporter: Vikas Singh
Assignee: Vikas Singh
A partition can have one log but many replicas. Putting log in replica meant
that we have to have if-else each time we need to access log. Moving the log
out of replica and in partition will make code simpler and it will also help in
testing where mocks will get simplified.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)