coolbeevip commented on a change in pull request #691:
URL: https://github.com/apache/servicecomb-pack/pull/691#discussion_r600984502
##########
File path: alpha/alpha-server/src/main/resources/application.yaml
##########
@@ -146,6 +146,46 @@ spring:
eclipselink:
ddl-generation: none
+---
+spring:
+ profiles: rabbit
+ cloud:
+ stream:
+ binders:
+ defaultRabbit:
+ type: rabbit
+ environment:
+ spring:
+ rabbitmq:
+ host: 127.0.0.1
Review comment:
Please remove the rabbit default configuration in the application.yml
file and add rabbit configuration description to the document
https://github.com/apache/servicecomb-pack/blob/master/docs/fsm/eventchannel_zh.md
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]