Hi

I have a Kafka cluster and a Kafka Connect cluster that connects to it.

This Kafka Connect cluster has:

* group.id = KCG1
* config.storage.topic = connect-config
* offset.storage.topic = connect-storage
* status.storage.topic = connect-status

I want to build a 2nd Kafka Connect cluster with group.id = KCG2 that connects 
to the same Kafka cluster.

Can I use the same connect-config, connect-storage, and connect-status topics 
for this 2nd cluster or
would it need a new triplet of exclusive topics such as
(connect-config-2, connect-storage-2, connect-status-2)?

---
Best regards,
Behrang Saeedzadeh

Reply via email to