Fixing wrong binding names in schema registry confluent sample

This commit is contained in:
Soby Chacko
2019-12-11 10:44:20 -05:00
parent 2b263af24b
commit 1ad568a0bd
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
schemaRegistryClient:
endpoint: http://localhost:8081

View File

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

View File

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