coolbeevip edited a comment on issue #692: URL: https://github.com/apache/servicecomb-pack/issues/692#issuecomment-768120727
Spring Boot components are used in the following places In Actor mode (saga) 1. Use spring boot data Elasticsearch for the persistence of completed transaction data About Channel Model(redis queue or kafka queue) 2. When alpha receives gRPC events, push to Redis queue(spring boot data redis) In DB mode(saga or tcc) 1. Use spring boot data JPA Alpha UI 1. Use spring boot Thymeleaf for UI 2.Use spring boot WebSocket for push indicator data to the Alpha UI 5. Non-state machine mode uses spring boot data jpa 6. The spring cloud component is also used to realize the registration of some third-party registration centers, eureka, nacos ---------------------------------------------------------------- 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]
