We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61396a2 + 63fa21e commit 88f27e4Copy full SHA for 88f27e4
spring-cloud-alibaba-examples/integrated-example/config-init/config/integrated-consumer.yaml
@@ -3,16 +3,18 @@ spring:
3
url: jdbc:mysql://integrated-mysql:3306/integrated_praise?useSSL=false&characterEncoding=utf8
4
cloud:
5
stream:
6
+ function:
7
+ definition: consumer;
8
bindings:
- praise-input:
9
+ consumer-in-0:
10
destination: PRAISE-TOPIC-01
11
content-type: application/json
12
group: praise-consumer-group-PRAISE-TOPIC-01
13
rocketmq:
14
binder:
15
name-server: rocketmq:9876
16
17
18
consumer:
19
pullInterval: 4000
- pullBatchSize: 4
20
+ pullBatchSize: 4
0 commit comments