Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@monodot
Created February 17, 2021 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monodot/f262119d7ea7d00e5f4c7bafa99bba9b to your computer and use it in GitHub Desktop.
Save monodot/f262119d7ea7d00e5f4c7bafa99bba9b to your computer and use it in GitHub Desktop.
apiVersion: "kafka.strimzi.io/v1alpha1"
kind: KafkaConnector
metadata:
name: bd6-mongo-connector
labels:
strimzi.io/cluster: my-connect-cluster
spec:
class: io.debezium.connector.mongodb.MongoDbConnector
image: "quay.io/tdonohue/debenhams-mongo:latest"
config:
mongodb.hosts: "rs0/my-release-mongodb-headless:27017"
mongodb.name: dorothyperkins
collection.whitelist: bd6[.]*
mongodb.user: rooty
mongodb.password: "rooty123!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment