You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/03/25 01:43:20 UTC

[GitHub] [servicecomb-pack] coolbeevip commented on a change in pull request #691: 支持rabbit

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:
users@infra.apache.org