DataConverter for Encryption for the Typescript SDK?

I can see that the DataConverter is not yet available for the Typescript SDK. Is there an ETA for this feature?

Alternatively, is there a recommended way without using the DataConverter to encrypt either part of the payload or the entire payload so that it remains encrypted at rest?

Hi,

It’s coming soon.
You can follow development in this pr: feat!: Custom data converter by lorensr · Pull Request #477 · temporalio/sdk-typescript · GitHub

1 Like

You can try this out now if you install temporalio@next.
See the changelog in the repo for more information.

@bergundy - Can you help with an example of how I could use this with Javascript?