GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction

Resolves #1014
This commit is contained in:
Oleg Zhurakousky
2023-03-27 18:51:48 +02:00
parent 0ba011a903
commit 4a1bfbc764
11 changed files with 102 additions and 15 deletions

View File

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

View File

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