From 1ad568a0bd13a9f1b02cf332fba90e75fed3a931 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 11 Dec 2019 10:44:20 -0500 Subject: [PATCH] Fixing wrong binding names in schema registry confluent sample --- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml index 0163fa8..9587c5c 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-consumer/src/main/resources/application.yml @@ -2,7 +2,7 @@ spring: cloud: stream: bindings: - input: + process-in-0: destination: sensor-topic schemaRegistryClient: endpoint: http://localhost:8081 diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml index 4e3eff6..ca58ea1 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/src/main/resources/application.yml @@ -2,7 +2,7 @@ spring: cloud: stream: bindings: - output: + supplier-out-0: contentType: application/*+avro destination: sensor-topic schemaRegistryClient: diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml index 15c2d53..b9d0c16 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/src/main/resources/application.yml @@ -2,7 +2,7 @@ spring: cloud: stream: bindings: - output: + supplier-out-0: contentType: application/*+avro destination: sensor-topic schemaRegistryClient: