Create topic on remote cluster for geo-replication #23887
Unanswered
Gilthoniel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Since we've upgraded to v4.0.1, the cluster trying to geo-replicate is unable to create the topic on the remote cluster. It seems to be related to PIP-370 but as you can see, we have the configuration set to
true
and we use exclusively non-partitioned topics:$ cat conf/broker.conf | grep createTopic createTopicToRemoteClusterForReplication=true
When enabling the geo-replication, the cluster that must replicate is throwing a lot of
and on the remote broker:
I am surprised because the flag is supposed to skip the fetch of the partitioned metadata but it seems to still trying to.
Any idea if I forgot to change a configuration or something when upgrading from the v3.0.x to v4.0.1 ?
Beta Was this translation helpful? Give feedback.
All reactions