Skip to content

Commit

Permalink
Fixing wrong binding names in schema registry confluent sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Dec 11, 2019
1 parent 2b263af commit 1ad568a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
input:
process-in-0:
destination: sensor-topic
schemaRegistryClient:
endpoint: http://localhost:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
output:
supplier-out-0:
contentType: application/*+avro
destination: sensor-topic
schemaRegistryClient:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
cloud:
stream:
bindings:
output:
supplier-out-0:
contentType: application/*+avro
destination: sensor-topic
schemaRegistryClient:
Expand Down

0 comments on commit 1ad568a

Please sign in to comment.