[jira] [Updated] (KAFKA-2411) remove usage of BlockingChannel in the broker

2015-09-02 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao updated KAFKA-2411: --- Priority: Blocker (was: Major) > remove usage of BlockingChannel in the broker >

[jira] [Updated] (KAFKA-2411) remove usage of BlockingChannel in the broker

2015-08-28 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2411: --- Status: Patch Available (was: In Progress) I've updated the PR to use `NetworkClient` instead of

[jira] [Updated] (KAFKA-2411) remove usage of BlockingChannel in the broker

2015-08-21 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2411: --- Status: Open (was: Patch Available) Jun identified some issues with using `Selector` directly, so

[jira] [Updated] (KAFKA-2411) remove usage of BlockingChannel in the broker

2015-08-20 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2411: --- Status: Patch Available (was: In Progress) Addressed feedback from Gwen, so setting status to Patch

[jira] [Updated] (KAFKA-2411) remove usage of BlockingChannel in the broker

2015-08-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-2411: --- Description: In KAFKA-1690, we are adding the SSL support at Selector. However, there are still a