[
https://issues.apache.org/jira/browse/FLINK-21705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tzu-Li (Gordon) Tai closed FLINK-21705.
---------------------------------------
Resolution: Fixed
flink-statefun/master: b1c50db25b9610e0362ab56dbd718b39d63cee2d
> Add a SliceType to the StateFun Java SDK
> ----------------------------------------
>
> Key: FLINK-21705
> URL: https://issues.apache.org/jira/browse/FLINK-21705
> Project: Flink
> Issue Type: Improvement
> Components: Stateful Functions
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Tzu-Li (Gordon) Tai
> Priority: Major
> Fix For: statefun-3.0.0
>
>
> A {{SliceType}} is a type that simply treats the value as raw bytes. The
> serializer implementation simply forwards the bytes as is, without any
> copying. Since slices are immutable, the type is considered immutable.
> This type can come in handy if users would like to avoid serialization /
> deserialization in certain scenarios, e.g. sending state values as a message
> to another function.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)