Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5142 @kl0u or @dawidwys I think this could use your opinion. General questions: - Is there any reason to use a boxed integer over a primitive one? Primitives should be the default choice. - Is is correct that this the id is transient?
---