You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by "Terence Yim (JIRA)" <ji...@apache.org> on 2014/05/14 07:18:15 UTC

[jira] [Resolved] (TWILL-79) Kafka publisher should be aware of changes in broker list

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

Terence Yim resolved TWILL-79.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0-incubating
         Assignee: Terence Yim

Merged and pushed to master.

> Kafka publisher should be aware of changes in broker list
> ---------------------------------------------------------
>
>                 Key: TWILL-79
>                 URL: https://issues.apache.org/jira/browse/TWILL-79
>             Project: Apache Twill
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.2.0-incubating
>            Reporter: Terence Yim
>            Assignee: Terence Yim
>             Fix For: 0.3.0-incubating
>
>         Attachments: TWILL-79-1.patch, TWILL-79-2.patch
>
>
> After a KafkaPublisher is being created from the KafkaClientService, it never refreshes it's broker list. It will break if the broker list change in time. E.g. 
> Time     List
> t1         [host1]
> t2         [host1, host2]
> t3         [host2]          <- Break, no longer able to publish



--
This message was sent by Atlassian JIRA
(v6.2#6252)