Codec Server
A Codec Server is an HTTP server that provides remote encoding and decoding for Temporal Payloads, enabling the Web UI and CLI to display decoded data without exposing encryption keys to the Temporal Service.
A Codec Server is an HTTP server that provides remote encoding and decoding for Temporal Payloads, enabling the Web UI and CLI to display decoded data without exposing encryption keys to the Temporal Service.
Implement data encryption in your Temporal Workflows to ensure the security and confidentiality of your data.
Learn about the default Data Converter in Temporal SDKs and how to implement a custom Data Converter for custom serialization and encoding needs.
A Failure Converter transforms error messages and call stacks into encoded formats to enhance security and observability.
This guide explores Data Converters in the Temporal Platform, detailing how they handle serialization and encoding for Workflow inputs and outputs, ensuring data stays secure and manageable.
Learn about key management practices for securing encryption keys in Temporal applications.
A Payload Codec performs bytes-to-bytes transformations on Temporal Payloads, often for compression and encryption.
A Payload Converter serializes and deserializes values to and from bytes for use in the Temporal SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the .NET SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the Go SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the Java SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the Python SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the Ruby SDK.
Encrypt data sent to and from the Temporal Service using a custom Payload Codec in the TypeScript SDK.
Use remote encoding to transform data for the Temporal CLI and Web UI.