When using kafka with samza, samza is auto creating certains topics such as checkpoint, co-oridnator and changelog using the names from the properties file. But these topics are created in the same cluster.
But for maintenance purpose, I want to create them in a separate cluster, is it possible?