uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Extracting the replayer specific utilities into a separate file for readability. #1244

Closed agautam478 closed 1 year ago

agautam478 commented 1 year ago

What changed? Extracting the replayer specific utilities into a separate file for readability.

Why? We plan to isolate the replayer and shadower into separate modules. Decoupling the code as we work on ongoing issues will make it easier when we start on the new task.

How did you test it? yes locally

Potential risks NA