You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guram Savinov (Jira)" <ji...@apache.org> on 2022/07/09 11:19:00 UTC

[jira] [Created] (KAFKA-14061) Ability to store internal topics in one single Kafka cluster

Guram Savinov created KAFKA-14061:
-------------------------------------

             Summary: Ability to store internal topics in one single Kafka cluster
                 Key: KAFKA-14061
                 URL: https://issues.apache.org/jira/browse/KAFKA-14061
             Project: Kafka
          Issue Type: Improvement
            Reporter: Guram Savinov


It's possible to replicate from source to the target cluster without creating any internal topics on the source cluster. Thanks to KIP-716: [https://cwiki.apache.org/confluence/display/KAFKA/KIP-716%3A+Allow+configuring+the+location+of+the+offset-syncs+topic+with+MirrorMaker2]

But it's impossible to use mm2 for bi-directional replication in case when mm2 has no ACLs to create internal topics on one of two clusters.

I want to replicate data between our Kafka cluster and many others, like a network hub.

I have ACLs to create internal topics only on my own cluster, but not others.

My proposal is to add configuration which allows to store all the internal topics of all clusters  (heartbeats, checkpoints, configs, statuses, offsets) in one single Kafka cluster.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)