Support for mirroring from multiple sources -------------------------------------------
Key: KAFKA-201 URL: https://issues.apache.org/jira/browse/KAFKA-201 Project: Kafka Issue Type: New Feature Reporter: Paul Querna Currently the EmbeddedConsumer is configured against a single source mirror. We have a use case of consuming from multiple sources clusters. Simple example, we have 3 datacenters which are collecting data: A, B, C. We want all 3 to get full copies of the data eventually, by using a on a whitelist of topics, and having the topics include the source data centers. So, we would like to be able to: Configure A to mirror B, and C with a whitelist of topics B,C Configure B to mirror A, and C with a whitelist of topics A,C Configure C to mirror A, and B with a whitelist of topics B,C -- 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