Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.1k stars 647 forks source link

DataBus could be using deterministic id's #3210

Open ramonsmits opened 8 years ago

ramonsmits commented 8 years ago

The fileshare databus currently always generates new ID's. If the same data is passed multiple times a new blob is created. By using deterministic id's based on for example the SHA1 of its data we prevent potential expensive roundtrips.

danielmarbach commented 8 years ago

@ramonsmits You opened up a series of data bus improvement proposals. Would it make sense to collect those in one single platform dev issue and raise it to the awareness of the squad?