Set Kafka Key inside snowplow settings

Is it possible to define the Kafka Key so events from the same user go towards the same partition inside Kafka?

I want to make sure my consumers get the events in the correct order without relying on the timestamp, is that possible? Setting the key to say a cookie value if there is one would fix that.