Hi Peter!
I think this is a good additional serialization utility to Flink that may
benefit different data formats / connectors in the future.
+1
Cheers,
Gyula
On Mon, Jan 22, 2024 at 8:04 PM Steven Wu wrote:
> I think this is a reasonable extension to `DataOutputSerializer`. Although
> 64 KB
I think this is a reasonable extension to `DataOutputSerializer`. Although
64 KB is not small, it is still possible to have long strings over that
limit. There are already precedents of extended APIs
`DataOutputSerializer`. E.g.
public void setPosition(int position) {
Preconditions.checkArgume