定义别名

This commit is contained in:
2021-02-21 13:54:06 +08:00
parent b2ac356484
commit c707a6dedc
3 changed files with 18 additions and 11 deletions

View File

@@ -7,13 +7,16 @@ spring:
cloud:
stream:
bindings:
sink1-in-0:
send1:
destination: test2
sink2-in-0:
send2:
destination: test3
function:
definition: sink1;sink2
function:
# 定义别名
bindings:
sink1-in-0: send1
sink2-in-0: send2
definition: sink1;sink2
server:
port: 8081