Skip to content

Commit

Permalink
fix:rocketmq funtion.definition config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangqian9158 committed May 13, 2024
1 parent d718b9a commit 99fdcca
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-broadcast-consumer1-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-broadcast-consumer2-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-comprehensive-example
cloud:
function:
definition: producer;consumer;processor
stream:
function:
definition: producer;consumer;processor
rocketmq:
binder:
name-server: 127.0.0.1:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-delay-consume-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-orderly-consume-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-sql-consume-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ spring:
application:
name: rocketmq-tx-example
cloud:
function:
definition: consumer;
stream:
function:
definition: consumer;
rocketmq:
binder:
name-server: localhost:9876
Expand Down

0 comments on commit 99fdcca

Please sign in to comment.