Fix binding names in schema registry samples

This commit is contained in:
Soby Chacko
2019-11-08 12:25:39 -05:00
parent 8cf8b2f10f
commit 295a2cfb71
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
input:
process-in-0:
destination: sensor-topic
schema-registry-client:
endpoint: http://localhost:8990

View File

@@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
output:
supplier-out-0:
contentType: application/*+avro
destination: sensor-topic
schema-registry-client:

View File

@@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
output:
supplier-out-0:
contentType: application/*+avro
destination: sensor-topic
schema-registry-client: