Skip to content

Commit a4e775c

Browse files
committed
rename Avro schema files to have .avsc extension
This is standard, and editing in IDEs is friendlier with .avsc extension.
1 parent 63a7fb0 commit a4e775c

17 files changed

+7
-7
lines changed

config/connector_custom.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector",
55
"kafka.topic": "test1",
6-
"schema.filename": "users_schema.avro",
6+
"schema.filename": "users_schema.avsc",
77
"schema.keyfield": "userid",
88
"key.converter": "org.apache.kafka.connect.storage.StringConverter",
99
"value.converter": "org.apache.kafka.connect.json.JsonConverter",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)