You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Vikas Singh (JIRA)" <ji...@apache.org> on 2019/05/31 16:00:00 UTC

[jira] [Created] (KAFKA-8457) Remove Log dependency from Replica

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)