szaluzhskiy
szaluzhskiy
As a first step I think Workflow and what is more important Activity need to integrated to Spring. And then we need to make them available via starter and autoconfiguration
We're going to start implementation in fork, so will send PR with results
Please evaluate option 1. https://github.com/szaluzhskiy/cadence-java-client-starter/pull/1 This is a way to make Workflow stub without any changes in Cadence client code Option 2. Added new method to workflowClient.newWorkflowStub where as args...
Sure, usually spring starter is a separate library which is intended to make additional spring automation around one or several components in backend. Of cause it can be done under...
1. Please review improved starter - https://github.com/szaluzhskiy/cadence-java-client-starter/tree/forReviewByCadenceTeam this option of starter has next benifits: No AOP around workflow, workflow are prototype scoped 2. But this option requires some changes on...
@leyonh Hi, actually nothing new, but my team is going speed up Spring integration. One main reason is that we are suffer from absence of declarative transaction support ( @Transaction...
Any forecast on resolution of this issue?
@jchenseated Seems like unfortunally there is no reconnection option in cadence-java-client at the moment.
This task was implemented in some other tasks for localactivity - https://github.com/uber/cadence-java-client/pull/515