matthiasn / systems-toolbox

Tools and building blocks for building Systems in Clojure and ClojureScript
Eclipse Public License 1.0
174 stars 23 forks source link

Uniquely mark messages at the borders of a system #3

Closed matthiasn closed 8 years ago

matthiasn commented 9 years ago

When analyzing logs or otherwise reasoning about messages flowing through a system, it would be very useful if UUIDs were assigned to initial messages when any kind of a message flow is started so that subsequent messages can easily be identified.

Examples:

matthiasn commented 8 years ago

done