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.
18 lines
470 B
YAML
18 lines
470 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://integrated-mysql:3306/integrated_praise?useSSL=false&characterEncoding=utf8
|
|
cloud:
|
|
stream:
|
|
function:
|
|
definition: consumer;
|
|
rocketmq:
|
|
binder:
|
|
name-server: rocketmq:9876
|
|
bindings:
|
|
consumer-in-0:
|
|
consumer:
|
|
messageModel: CLUSTERING
|
|
bindings:
|
|
consumer-in-0:
|
|
destination: PRAISE-TOPIC-01
|
|
group: praise-consumer |