You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2015/09/02 17:02:46 UTC

[jira] [Updated] (KAFKA-2440) Use `NetworkClient` instead of `SimpleConsumer` to fetch data from replica

     [ https://issues.apache.org/jira/browse/KAFKA-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao updated KAFKA-2440:
---------------------------
    Priority: Blocker  (was: Major)

> Use `NetworkClient` instead of `SimpleConsumer` to fetch data from replica
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-2440
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2440
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>            Priority: Blocker
>             Fix For: 0.8.3
>
>
> This is necessary for SSL/TLS support for inter-broker communication as `SimpleConsumer` will not be updated to support SSL/TLS.
> As explained by [~junrao] in KAFKA-2411: we need to be a bit careful since the follower fetcher thread doesn't need to refresh metadata itself. Instead, the information about the leader is propagated from the controller.
> This work was originally described in KAFKA-2411, which was then updated to be more narrowly focused on replacing `BlockingChannel` with `Selector`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)