GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction
Resolves #1014
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<version>4.0.2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ -->
|
||||
<dependency>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
spring.cloud.function.definition=hire
|
||||
spring.cloud.stream.bindings.hire-in-0.binder=rabbit
|
||||
spring.cloud.stream.bindings.hire-out-0.binder=kafka
|
||||
@@ -0,0 +1,15 @@
|
||||
spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
hire-in-0:
|
||||
binder: rabbit1
|
||||
hire-out-0:
|
||||
binder: kafka1
|
||||
binders:
|
||||
rabbit1:
|
||||
type: rabbit
|
||||
kafka1:
|
||||
type: kafka
|
||||
function:
|
||||
definition: hire
|
||||
Reference in New Issue
Block a user