2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 20:14:56 +01:00

add ksqldb

This commit is contained in:
kev
2020-02-11 16:09:03 +08:00
parent 5e42d25ceb
commit fd45cbe8bb
6 changed files with 110 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
bootstrap.servers=kafka:9092
plugin.path=/data/plugins
group.id=ksql-connect-cluster
key.converter=org.apache.kafka.connect.json.JsonConverter
value.converter=org.apache.kafka.connect.json.JsonConverter
value.converter.schemas.enable=false
config.storage.topic=ksql-connect-configs
offset.storage.topic=ksql-connect-offsets
status.storage.topic=ksql-connect-statuses
config.storage.replication.factor=1
offset.storage.replication.factor=1
status.storage.replication.factor=1

View File

@@ -0,0 +1,3 @@
- https://www.confluent.io/hub/confluentinc/kafka-connect-jdbc
- https://www.confluent.io/hub/mongodb/kafka-connect-mongodb
- https://www.confluent.io/hub/neo4j/kafka-connect-neo4j