szaluzhskiy

Results 5 issues of szaluzhskiy

During production support. I noticed an issue. When candence-frontend goes down, by some reason. Java client does not try to reconnect to cadence-frontend. This situation leads to outage of client-worker...

bug

Hello team! I've noticed that graphs of next metrics on Activity shows are almost same value in case of Activity attempt failure: - cadence-activity-execution-failed - cadence-activity-task-failed I propose to rethink...

enhancement

Hi, I noticed that context propagation was added for Workflow and Activity - https://github.com/uber/cadence-java-client/pull/428 While missing it for LocalActivity, Signal, Query.

Default dataConverter does not allow to lambda as a workflowmethod parameters See sample in [commit](https://github.com/szaluzhskiy/cadence-java-samples/commit/4a7155b3057bc02a508c4955dd9ddd062148c134)

It will be very useful to have a sample of workflow where communicating with external resource is done. Use case External resource should be called from Workflow\Activity and can provide...