Hi Brian, Thanks for the answer!
Currently I don’t have any real error to show, mostly I am a bit confused and just need to know that I am not wasting my time trying to figure it all out. The cluster name is per default “standalone” for both my standalone clusters and I would think I need to setup different names for them for the geo-replication to work properly. So so I am trying to following the instructions on Pulsar geo-replication <https://pulsar.apache.org/docs/en/administration-geo/>, setting up tenants, namespaces and creating a new cluster with its own name etc as required. Then it seems I have to initialise the metadata for the cluster, with zookeeper URL’s and what not and it is somewhere here that I am starting to doubt that I am doing it the right way. Any additional pointers are appreciated! A few specific questions: Is the assumption that I need different names correct? Or can I use the “standalone” cluster? If I need to create a new cluster should I initialise metadata the same way as for a “real” cluster? In any case, thanks for the input so far! Cheers, Christoffer PS I also have issues making the pulsar dashboard to work properly. Basically I can see the standalone cluster but nothing else. No channels, tenants etc. To set it up I followed the kubernetes instructions <https://pulsar.apache.org/docs/v1.22.0-incubating/deployment/Kubernetes/> but adapted the broker configuration for standalone and removed all bookies, zookeeper etc. The broker, prometheus and grafana seems to work properly but not the dashboard. > On 22 Nov 2019, at 13:27, Brian Candler <[email protected]> wrote: > > On 22/11/2019 12:24, Chris S wrote: >> Does anybody know if it Is possible to do geo replication using standalone >> deployments in Kubernetes on a local workstation? Or are there limitations >> to the standalone deployment that prevents you from doing geo replication? > A standalone cluster is still a cluster. > > Have you tried turning on geo-replication between two standalone clusters? > If it failed, what error did you see? >
