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

Joel Koshy resolved KAFKA-201.
------------------------------

    Resolution: Fixed

Yes - this should be addressed by MirrorMaker although the user should ensure 
that the consumption graph for every topic is a DAG.
                
> 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
>            Assignee: Joel Koshy
>
> 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 A,B

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to