Codec Server
A Codec Server is an HTTP server that provides remote encoding and decoding for Temporal Payloads.
A Codec Server is an HTTP server that provides remote encoding and decoding for Temporal Payloads.
Use a custom Payload Codec and Converter in the .NET SDK to modify Temporal Data Conversion behavior, including examples for encryption and camel case conversion.
Use a custom Payload Codec and Payload Converter in Go. Create custom PayloadCodec implementations, set Data Converters, and apply transformations effectively using the Temporal SDK.
Create and implement a Custom Payload Codec and Payload Converter in Java using the Temporal SDK for custom data encryption, compression, and type conversion.
Use a custom Payload Codec and Converter in the Ruby SDK to modify Temporal Data Conversion behavior, including examples for encryption and formatting.
Create a custom Payload Converter in TypeScript with Temporal SDKs to handle non-JSON-serializable values, configure your Data Converter, and use protobufs and encryption seamlessly in your Workflows and Activities.
Implement data encryption in your Temporal Workflows to ensure the security and confidentiality of your data.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the Python SDK.