>> To clarify, region isn't really a pulsar concept here? You're just saying that these 3 cluster are geographically close? That's correct. 3 independent pulsar clusters but they are geographically close each other or present into the same data-center, can be peer to each-other. With this enhancement <https://github.com/apache/pulsar/wiki/PIP-8:-Pulsar-beyond-1M-topics#proposed-pulsar-architecture> there can be more than one pulsar clusters present into the same region and we can scale topics across multiple clusters without even client knowing it because client will still try to contact cluster-1 and cluster-1 can redirect request to appropriate cluster into the same region.
On Tue, Nov 13, 2018 at 12:00 PM Ivan Kelly <iv...@apache.org> wrote: > On Tue, Nov 13, 2018 at 8:23 PM, Rajan Dhabalia <rdhaba...@apache.org> > wrote: > >> Is there any documentation on how to use it? > > > > I have documented peer-cluster setup at: > > > https://github.com/apache/pulsar/wiki/PIP-8:-Pulsar-beyond-1M-topics#how-to-setup-peer-clusters > > Great! We should turn this into a cookbook at some point. > > To clarify, region isn't really a pulsar concept here? You're just > saying that these 3 cluster are geographically close? > > I assume the URL passed in is some sort of VIP, no? > > -Ivan >