Skip to content

Instantly share code, notes, and snippets.

@kevinearls
Last active February 12, 2020 12:17
Show Gist options
  • Save kevinearls/27c63cf5a4e88c01fb31eb170ca332c3 to your computer and use it in GitHub Desktop.
Save kevinearls/27c63cf5a4e88c01fb31eb170ca332c3 to your computer and use it in GitHub Desktop.
# This should be applied to the outer cluster in the same project that auto-prov was deployed to, ie the outer instance
apiVersion: kafka.strimzi.io/v1alpha1
kind: KafkaMirrorMaker
metadata:
name: simple-mirror-maker
spec:
# ...
consumer:
groupId: "whatever"
bootstrapServers: outer-cluster-kafka-bootstrap.outer.svc:9092
# ...
producer:
bootstrapServers: central-cluster-kafka-bootstrap-central.apps.kearls-c4301a.devcluster.openshift.com:443
tls:
trustedCertificates:
- secretName: central-secret
certificate: central_ca.crt
whitelist: "jaeger-spans"
replicas: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment