Skip to content

Commit 6b047d7

Browse files
author
timKrijger
committed
missing comma
1 parent 5ca8906 commit 6b047d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/roles/role_kafka_sink_ElasticSearch/templates/kafka-connect-elastic-sink.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"transforms.routeTS.type": "org.apache.kafka.connect.transforms.TimestampRouter",
1616
"transforms.routeTS.topic.format": "kafka-${topic}-${timestamp}",
1717
"transforms.routeTS.timestamp.format": "YYYYMMdd",
18-
"log.message.timestamp.type": "LogAppendTime"
18+
"log.message.timestamp.type": "LogAppendTime",
1919
"replication.factor": 3,
2020

2121
"_comment": "--- Elasticsearch-specific config ---",

0 commit comments

Comments
 (0)