Multiple kafka connect cluster Errors
Issue
- Multiple kafka connect cluster debezium Errors
- Two Debezium Connects on the same Kafka Cluster and it is giving errors.
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: debezium-connect-cluster-xxx
annotations:
strimzi.io/use-connector-resources: "true"
spec:
version: 3.1.0
replicas: 1
bootstrapServers: kafka-cluster-kafka-bootstrap.kafka.svc.cluster.local:9092
config:
config.providers: secrets
config.providers.secrets.class: io.strimzi.kafka.KubernetesSecretConfigProvider
group.id: xxx-cluster
offset.storage.topic: connect-cluster-offsets
config.storage.topic: connect-cluster-configs
status.storage.topic: connect-cluster-status
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: debezium-connect-cluster-yyy
annotations:
strimzi.io/use-connector-resources: "true"
spec:
version: 3.1.0
replicas: 1
bootstrapServers: kafka-cluster-kafka-bootstrap.kafka.svc.cluster.local:9092
config:
config.providers: secrets
config.providers.secrets.class: io.strimzi.kafka.KubernetesSecretConfigProvider
group.id: xxx-cluster
offset.storage.topic: yyy_connect-cluster-offsets
config.storage.topic: yyy_connect-cluster-configs
status.storage.topic: yyy_connect-cluster-status
Environment
- Red Hat AMQ Streams
- 2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.