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 custom Payload Codecs and Converters with Temporal Python SDK for enhanced Workflow data handling, including custom encoding steps like compression and encryption. Discover how to implement and set up custom Data Converters to convert Temporal payloads efficiently and support various data types.
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.
Learn how Temporal handles data through the Data Converter, including payload conversion, encryption, and large payload storage.
Learn how Temporal handles data through the Data Converter, including payload conversion, encryption, and large payload storage.
Learn about the default Data Converter in Temporal SDKs and how to implement a custom Data Converter for custom serialization and encoding needs.
External Storage offloads large payloads to an external store like S3, keeping only a small reference in the event history.
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.
Offload large payloads to external storage using the claim check pattern in the Python SDK.
Offload large payloads to external storage using the claim check pattern in the TypeScript SDK.
A Payload Codec performs bytes-to-bytes transformations on Temporal Payloads, often for compression and encryption.
Customize how Temporal serializes application objects using Payload Converters in the Python SDK, including Pydantic and custom type examples.
Customize how Temporal serializes application objects using Payload Converters in the TypeScript SDK, including EJSON and protobuf examples.
A Payload Converter serializes and deserializes values to and from bytes for use in the Temporal SDK.
Use remote encoding to transform data for the Temporal CLI and Web UI.