cli icon indicating copy to clipboard operation
cli copied to clipboard

[Bug] Ensure remote codec used for all payloads in and out

Open cretz opened this issue 2 years ago • 3 comments

Describe the bug

When setting --codec-endpoint it appears to set a custom data converter globally for a few uses, but we need to make sure it's used for all input and ouput payloads (that are not search attributes)

cretz avatar Oct 19 '23 19:10 cretz

Also related: https://github.com/temporalio/cli/issues/22

bergundy avatar Oct 19 '23 20:10 bergundy

User reports JSON not getting decoded in:

temporal workflow show --codec-endpoint=[endpoint] --output=json

lorensr avatar Oct 24 '23 19:10 lorensr

(will also be implicitly solved by #415 and CLI rework btw)

cretz avatar Jan 20 '24 02:01 cretz