Fix channel naming convention for vanilla rabbit test

This commit is contained in:
Christian Tzolov
2019-11-11 16:40:09 +01:00
parent d8cdbc8b28
commit 3cbbcc3d13
6 changed files with 10 additions and 9 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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