Skip to content

Commit 88f27e4

Browse files
authored
Merge pull request #3541 from yuluo-yx/1216/yuluo-fix-#3523
fix: update integrated-consumer-yaml configuration
2 parents 61396a2 + 63fa21e commit 88f27e4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spring-cloud-alibaba-examples/integrated-example/config-init/config/integrated-consumer.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ spring:
33
url: jdbc:mysql://integrated-mysql:3306/integrated_praise?useSSL=false&characterEncoding=utf8
44
cloud:
55
stream:
6+
function:
7+
definition: consumer;
68
bindings:
7-
praise-input:
9+
consumer-in-0:
810
destination: PRAISE-TOPIC-01
911
content-type: application/json
1012
group: praise-consumer-group-PRAISE-TOPIC-01
1113
rocketmq:
1214
binder:
1315
name-server: rocketmq:9876
1416
bindings:
15-
praise-input:
17+
consumer-in-0:
1618
consumer:
1719
pullInterval: 4000
18-
pullBatchSize: 4
20+
pullBatchSize: 4

0 commit comments

Comments
 (0)