cmonkey commented on a change in pull request #534: SCB-1418 Alpha Event Kafka Channel Plugin URL: https://github.com/apache/servicecomb-pack/pull/534#discussion_r313684984
########## File path: alpha/alpha-fsm-channel-kafka/README.md ########## @@ -0,0 +1,17 @@ +# FSM kafka channel +## Enabled Saga State Machine Module + +Using `alpha.feature.akka.enabled=true` launch Alpha and Omega Side +Using `alpha.feature.akka.channel.type=kafka` launch Alpha and Omega Side + +```properties +alpha.feature.akka.enabled=true +alpha.feature.akka.channel.type=kafka +``` + +setting spring boot kafka +``` +spring.kafka.bootstrap-servers=kafka bootstrap_servers +spring.kafka.consumer.group-id=kafka consumer group id +alpha.feature.akka.channel.kafka.topic= kafka topic name Review comment: add doc to readme ---------------------------------------------------------------- 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] With regards, Apache Git Services
