Deprecated API
IIdCompressorCore is the internal control surface of the ID Compressor, used by Fluid internals. It is not intended to be used by Fluid consumers - Instead refer to IIdCompressor and free functions exported from the same package such as createIdCompressor, serializeIdCompressor, or deserializeIdCompressor.
Following the deprecation, IIdCompressorCore will be exported as @internal to support internal flows without the external API exposure.
NOTE: This also affects the return types of createIdCompressor and deserializeIdCompressor, which currently return IIdCompressor & IIdCompressorCore but will be narrowed to IIdCompressor.
Dependencies
None
Compatibility Concerns
None, only used within Container-Runtime layer.
Phases / Expected Timeline
Deprecated API
IIdCompressorCoreis the internal control surface of the ID Compressor, used by Fluid internals. It is not intended to be used by Fluid consumers - Instead refer toIIdCompressorand free functions exported from the same package such ascreateIdCompressor,serializeIdCompressor, ordeserializeIdCompressor.Following the deprecation,
IIdCompressorCorewill be exported as@internalto support internal flows without the external API exposure.NOTE: This also affects the return types of
createIdCompressoranddeserializeIdCompressor, which currently returnIIdCompressor & IIdCompressorCorebut will be narrowed toIIdCompressor.Dependencies
None
Compatibility Concerns
None, only used within Container-Runtime layer.
Phases / Expected Timeline
@internal