*Context*
I want to perform joins based on UUIDs.  String version is less efficient
so I figured I should use the byte[] version.  I did a shallow dive into
the Flink code I'm not sure it's safe to use byte[] as a key (since it uses
object equals/hashcode).

*Request*
How do other Flink devs do for byte[] keys? I want to use byte[] as a key
in a MapState.

Reply via email to