Fixing wrong binding names in schema registry confluent sample
This commit is contained in:
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
input:
|
||||
process-in-0:
|
||||
destination: sensor-topic
|
||||
schemaRegistryClient:
|
||||
endpoint: http://localhost:8081
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output:
|
||||
supplier-out-0:
|
||||
contentType: application/*+avro
|
||||
destination: sensor-topic
|
||||
schemaRegistryClient:
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output:
|
||||
supplier-out-0:
|
||||
contentType: application/*+avro
|
||||
destination: sensor-topic
|
||||
schemaRegistryClient:
|
||||
|
||||
Reference in New Issue
Block a user