You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
Add snippets from the solution to illustrate how it's configured
Describe
Transport
RabbitMQ
Persister
Cover in memory persistence that we're currently using
Cover SQL Persistence when it's added
Explain how to configure/create dbs in Docker
Explain that scripts are auto-executed, but can (should?) be disabled in production
SI
Explain how to set it up
Add screenshot with visualization
SP
Explain how to set it up
Add screenshot with visualization
Serialization
Explain behavior to fallback on type of message, because contracts aren't shared.
Explain this is a deployment issue and doesn't have to be 'decoupled' in VIsual Studio.
Outbox
Catalog Service
Removed EventLog and enabled NServiceBus Outbox
Especially check OrderStatusChangedToAwaitingValidationIntegrationEventHandler as it's extremely easier than before.