Skip to content

Commit 1d1a9b2

Browse files
author
timKrijger
committed
Added plugin path
1 parent 1edf9d2 commit 1d1a9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vagrant/roles/role_kafka_connect_MySQL/templates/kafka-connect-jdbc-source-bulk.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"_comment": "Based on the tutorial on: https://www.confluent.io/blog/simplest-useful-kafka-connect-data-pipeline-world-thereabouts-part-1/",
3+
"plugin.path": "/usr/local/share/kafka/plugins",
34
"connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
45
"key.converter": "io.confluent.connect.avro.AvroConverter",
56
"key.converter.schema.registry.url": "http://{{ kafka_service_ip_address }}:{{ port_kafka_schema_registry }}",

0 commit comments

Comments
 (0)