I use the configuration for M2M for both datacentres clusters: - {"name": "dc1", "bootstrapServers": ip1} - {"name": "dc2", "bootstrapServers": ip2}
Do you mean I need use additional names besides 'dc1' and 'dc2'? On 2020/09/21 17:27:50, nitin agarwal <nitingarg...@gmail.com> wrote: > Did you keep the cluster name the same ? If yes, then it will cause > conflict in metadata stored in MM2 internal topics. > > Thanks, > Nitin > > On Mon, Sep 21, 2020 at 10:36 PM Oleg Osipov <oleg.alex.osi...@gmail.com> > wrote: > > > Hello! > > > > I have two datacenters DC1 and DC2. When I deploy M2M in DC1 or DC2 all > > things look correct. I can create a topic, and this topic will be > > syncronized with another datacenter. In this case, I have only one mirror > > maker. But I want to deploy M2M in each DC. So after I done this, newly > > created topics aren't replicated anymore. It doesn't look as correct > > behavior. Am I wrong? Can I deploy M2M in two (or even more) datacenters? > > >