GitHub user lhotari added a comment to the discussion: How to set Aggregation replication?
In the configuration, same commands are used to configure the point-to-point replication and hub-spoke replication. I haven't been using a shared global metadata store either. I'm not sure if using a global metadata store configuration support hub-spoke replication at all. The configuration of hub-spoke replication is very similar to point-to-point replication. You simply choose a hub cluster and configure replication between each spoke and the hub. I think having a public sample configuration would be necessary to validate the details of the configuration. It's fairly simple to have a local k8s configuration with multiple clusters deployed with Apache Pulsar Helm chart and validate the configuration that way. However, I don't have an updated configuration available right now. I do have an outdated dual cluster example in a public repo. The scripts might be cryptic since I've made it just for myself (example of [deploying 2 clusters in separate namespaces](https://github.com/lhotari/pulsar-playground/blob/master/test-env/redeploy_dual_cluster.sh), [configuring georep, including some workarounds](https://github.com/lhotari/pulsar-playground/blob/master/test-env/configure_georep.sh)). GitHub link: https://github.com/apache/pulsar/discussions/22336#discussioncomment-9017375 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
