Copied from jonathansant/Orleans.Streams.Kafka#41
Hi,
The using of the message key as stream Id lacks of flexibility, so it could be better to make possible to implement your own stream id selector. A default stream id selector is added with the previous functionality to work with the message key.
Copied from jonathansant/Orleans.Streams.Kafka#41