Szymon Pobiega

Results 41 comments of Szymon Pobiega
trafficstars

SQLP supports gradual change of correlation properties. It also stores version information so that you can easier modify the serialized json blob if you need. It does not, however, handle...

Renaming sagas requires support from the persister e.g. in SqlP it might be possible while in others it is not. Moreover, the timeouts/replies include the type of the saga that...

@ekjuanrejon it would be best if you raised a support case. The inheritence is designed to be used with events that are published, not with commands. But in any case,...

The best channel for support is e-mail. Regarding your problem, you need to change the message hierarchy to remove the inheritence. NServiceBus is designed in such a way that is...

Generally I am 👎 for the separation of outbox and business data. The only argument for having separation is to not store excessive amounts of outbox-related data in the business...

@kbaley if we are making it public (👍 💯 ) I think we should quote here all the facts we learned about the subject to provide the context for everyone...

Hi This is just an example. In real life, depending on the requirements, it might not have to care about `OrderPlaced` or might care and, for example, check if the...

Hi We keep on updating the documentation gradually. Do you have any specific example in mind where there would be two subscribers for a given event?

To be precise, if they don't do backups they are already exposed to message loss. What native timeouts do is they make the problem worse because the number of messages...