zio/zio-keeper

Add correlationId to message

pshemass opened this issue · 4 comments

All messages in the cluster should have identifier. When message are part of the same "transaction" they should have the same prefix in order to group them together.

Do I understand it correctly that I should add id to the class Message to implement it?
Of course this will require changes in serialization and probably other part.
This id should have String type?

@klangner exactly. It can be UUID or any alternative identifier you propose.

I will work on it then.

Closed in #160