[
https://issues.apache.org/jira/browse/KAFKA-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951484#comment-13951484
]
Jay Kreps commented on KAFKA-1348:
----------------------------------
Hey Jay,
The cluster actually maintains the current set of brokers and their host/port
info for all active brokers. So it is fully dynamic already--you can move
brokers from host to host at will.
I think the problem you are describing is that you have to hard-code discovery
urls in your config. Now obviously you will need some kind of discovery url no
matter what, but if you have some central service for this then maybe pointing
at that is more useful. I think the plug api I gave would work for that, no?
> Producer's Broker Discovery Interface
> -------------------------------------
>
> Key: KAFKA-1348
> URL: https://issues.apache.org/jira/browse/KAFKA-1348
> Project: Kafka
> Issue Type: Improvement
> Components: producer
> Reporter: Jay Bae
> Assignee: Jun Rao
>
> Producer has a property 'broker.list' static configuration. I need a
> requirement to be able to override this behavior such as Netflix Eureka
> Discovery module. Let me contribute and please add this to 0.8.1.1 release.
--
This message was sent by Atlassian JIRA
(v6.2#6252)