Right now gen_cor_id in message.utils is hardcoded to using uuid4.
An optional correlation_id factory function parameter would be convenient, when creating the broker, compared to having to set it manually at each publish call.
Reason: ulids have attractive features in messaging systems, while not slower - quite the opposite.
Right now
gen_cor_idinmessage.utilsis hardcoded to using uuid4.An optional
correlation_idfactory function parameter would be convenient, when creating the broker, compared to having to set it manually at eachpublishcall.Reason: ulids have attractive features in messaging systems, while not slower - quite the opposite.