Jun Rao created KAFKA-474:
-----------------------------
Summary: support changing host/port of a broker
Key: KAFKA-474
URL: https://issues.apache.org/jira/browse/KAFKA-474
Project: Kafka
Issue Type: Bug
Components: core
Reporter: Jun Rao
Fix For: 0.8
Currently, the consumer client caches the host/port of a broker and never
refreshes the cache. This means that if a broker changes to a different host,
the consumer client won't be able to connect to the new host without a restart.
One possibility is to change AbstractFetcherManager to maintain a map of
<Broker, fetcher>, instead of <broker id, fetcher>.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira