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 provider interface should have method to query for existence #3343

Open ramonsmits opened 8 years ago

ramonsmits commented 8 years ago

We are currently not able to query if a item (still) exists. If we now call get then you retrieve the whole blob. This cannot be used by the gateway so that uses an in memory cache.

It would also be hopeful from SP when a message is retried. We only retry if the blob is available.

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?