Original Issue: apache#124
Hello there,
Right now the producer's sequence ID is limited to 4 bytes here:
However we could allow 8 bytes integers if we allow producer/message to receive a BigInt and/or a 8 bytes buffer.
I'm trying to match a dataset that uses 8 bytes integers for keys as my sequence ID, that's why I found this limitation :-)