Fix channel naming convention for vanilla rabbit test
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -2,11 +2,12 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
input:
|
||||
process-in-0:
|
||||
destination: sensor-topic
|
||||
schema-registry-client:
|
||||
endpoint: http://localhost:8990
|
||||
schema:
|
||||
avro:
|
||||
schema-locations: classpath:avro/sensor.avsc
|
||||
server.port: 9999
|
||||
server.port: 9999
|
||||
spring.cloud.stream.function.definition: process
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output:
|
||||
supplier-out-0:
|
||||
contentType: application/*+avro
|
||||
destination: sensor-topic
|
||||
schema-registry-client:
|
||||
@@ -10,4 +10,4 @@ spring:
|
||||
schema:
|
||||
avro:
|
||||
schema-locations: classpath:avro/sensor.avsc
|
||||
server.port: 9009
|
||||
server.port: 9009
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output:
|
||||
supplier-out-0:
|
||||
contentType: application/*+avro
|
||||
destination: sensor-topic
|
||||
schema-registry-client:
|
||||
@@ -10,4 +10,4 @@ spring:
|
||||
schema:
|
||||
avro:
|
||||
schema-locations: classpath:avro/sensor.avsc
|
||||
server.port: 9010
|
||||
server.port: 9010
|
||||
|
||||
Reference in New Issue
Block a user