szattila98 opened a new issue #718: URL: https://github.com/apache/servicecomb-pack/issues/718
Hello, I am trying to make the Saga part of Servicecomb work with Spring Cloud Netflix Eureka. Sadly nothing happens when I send a request which should start the Saga and set the transaction in motion. The Alpha database tables are empty too and the compensation method (which should be running because in the @SagaStart annotated method there is a RuntimeException thrown) does not run. What I did: - Alpha successfully registers to Eureka, so up until then there should not be a mistake on my part - Then the Omega dependency and Feign transport dependency is added to two services, and the `alpha.cluster.register.type: eureka` property is set in their props files - Then a serviceA method is annotated with @SagaStart and @Transactional, it calls a ServiceB method through a Feign client interface - ServiceB method is annotated with @Compensable, @Transactional and it has a compensation method with the same arguments and return type What am I missing? -- 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]
