Roey Berman
Roey Berman
See other SDKs for reference. Go SDK already provides this functionality, need to wrap the API and expose to PHP. The purpose of the replayer is: - replay workflow histories...
See other SDKs for reference, built on top of interceptors EDIT: - We have to finish this PR: https://github.com/temporalio/sdk-php/pull/313
Can use any of the other SDKs as reference. The main uses for interceptors are context propagation, authorization and instrumentation.
SDK should have a lazy and eager way to create a client and expose a healthcheck method ref: https://github.com/temporalio/sdk-php/issues/223
See original issue: temporalio/sdk-features#51