Skip to content

Commit c5052ef

Browse files
committed
Fixes to get cluster linking working
1 parent f0cb74c commit c5052ef

File tree

13 files changed

+3
-123
lines changed

13 files changed

+3
-123
lines changed

incubator/cp-cp-cluster-linking/environments/failover/connect.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/failover/control-centre.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/failover/kafka.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ spec:
1616
- listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1717
- authorizer.class.name=io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
1818
- confluent.authorizer.access.rule.providers=ZK_ACL,CONFLUENT
19-
# - confluent.balancer.topic.replication.factor=1
20-
# - confluent.license.topic.replication.factor=1
21-
# - confluent.tier.metadata.replication.factor=1
22-
# - confluent.metadata.topic.replication.factor=1
23-
# - confluent.metrics.reporter.topic.replicas=1
24-
# - confluent.balancer.topic.replication.factor=1
25-
# - confluent.security.event.logger.exporter.kafka.topic.replicas=1
26-
# - default.replication.factor=1
27-
# - event.logger.exporter.kafka.topic.replicas=1
28-
# - offsets.topic.replication.factor=1
29-
# log4j:
30-
# - log4j.logger.io.confluent.security.auth.provider.ldap.LdapGroupManager=DEBUG
3119
listeners:
3220
external:
3321
externalAccess:

incubator/cp-cp-cluster-linking/environments/failover/ksqldb.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/failover/kustomization.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ resources:
77
- cluster-link-rest-class.yaml
88
- cluster-link.yaml
99
patchesStrategicMerge:
10-
- connect.yaml
11-
- control-centre.yaml
12-
- kafka.yaml
13-
- schema-registry.yaml
10+
- kafka.yaml

incubator/cp-cp-cluster-linking/environments/failover/schema-registry.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/production/connect.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/production/control-centre.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

incubator/cp-cp-cluster-linking/environments/production/demo-topic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaTopic
33
metadata:
44
name: oso-clusterlink-demo
55
spec:
6-
replicas: 1
6+
replicas: 3
77
partitionCount: 4
88
configs:
99
cleanup.policy: "delete"

incubator/cp-cp-cluster-linking/environments/production/kafka.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ spec:
1616
- listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1717
- authorizer.class.name=io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
1818
- confluent.authorizer.access.rule.providers=ZK_ACL,CONFLUENT
19-
# - confluent.balancer.topic.replication.factor=1
20-
# - confluent.license.topic.replication.factor=1
21-
# - confluent.tier.metadata.replication.factor=1
22-
# - confluent.metadata.topic.replication.factor=1
23-
# - confluent.metrics.reporter.topic.replicas=1
24-
# - confluent.balancer.topic.replication.factor=1
25-
# - confluent.security.event.logger.exporter.kafka.topic.replicas=1
26-
# - default.replication.factor=1
27-
# - event.logger.exporter.kafka.topic.replicas=1
28-
# - offsets.topic.replication.factor=1
29-
# log4j:
30-
# - log4j.logger.io.confluent.security.auth.provider.ldap.LdapGroupManager=DEBUG
3119
listeners:
3220
external:
3321
externalAccess:

0 commit comments

Comments
 (0)