You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
307 B
YAML
14 lines
307 B
YAML
2 years ago
|
spring:
|
||
|
cloud:
|
||
|
stream:
|
||
|
bindings:
|
||
|
praise-output:
|
||
|
destination: PRAISE-TOPIC-01
|
||
|
content-type: application/json
|
||
|
rocketmq:
|
||
|
binder:
|
||
|
name-server: rocketmq:9876
|
||
|
bindings:
|
||
|
praise-output:
|
||
|
producer:
|
||
|
group: test
|