feat: Add Store avro
This commit is contained in:
13
config.yaml
13
config.yaml
@@ -1,11 +1,16 @@
|
||||
kafka:
|
||||
brokers: "localhost:9092"
|
||||
schema_registry: "http://localhost:9093/apis/ccompat/v6"
|
||||
security:
|
||||
protocol: "PLAINTEXT"
|
||||
|
||||
schemas:
|
||||
users:
|
||||
file: "schemas/stores.avsc"
|
||||
orders:
|
||||
file: "schemas/link.avsc"
|
||||
third:
|
||||
file: "schemas/supplyThirdReferential.avsc"
|
||||
link:
|
||||
file: "schemas/supplyThirdlink.avsc"
|
||||
detail:
|
||||
file: "schemas/supplyStoreDetail.avsc"
|
||||
store:
|
||||
file: "schemas/store.avsc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user