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: