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.
Learn how to 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.
Learn how to 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.
Learn how to create and implement a Custom Payload Codec and Payload Converter in Java using the Temporal SDK for custom data encryption, compression, and type conversion.
Learn how to 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.
Learn how to create a custom Payload Converter in TypeScript with Temporal SDKs to handle non-JSON-serializable values, configure your Data Converter, and utilize protobufs and encryption seamlessly in your Workflows and Activities.
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.
Learn how to use remote encoding to transform data for the Temporal CLI and Web UI.