GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction
Resolves #1014
This commit is contained in:
@@ -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