Richard Banks
Richard Banks
Bump. 🙂 @sjkp If there's anything we can do to help move this along, let us know.
@sjkp I've got a multi-tenant web app and I want to use a wildcard DNS name for each tenant. That way I can have customer1.mysite.com, customer2.mysite.com, etc, all served from...
That would be wonderful! Thanks! 😊
Not really. It's better to keep using EventStore as a single repository, with a separate stream for the snapshots. i.e. if we have a event stream for a domain object...
Having the snapshots and event streams stored in different places means you have to think about transactional boundaries or accept potential data loss. Of course, the loss of a snapshot...
@feanz @dasiths If I assume "current stream" means "aggregate root's stream", then snapshotting that way is a bad idea for a few reasons: 1. Snapshotting is an optimisation for the...
For reference this means I want to do something like the following: - [ ] throw out the current UI - [ ] replace with a SPA app that has...
Currently have admin product creation feeding the cashier service. Cashier order creation events listened to by barista service. Still need to hook the cashier up to the barista order preparated...
Running it locally, I can't repro the problem you're having. In program.cs the line: `s.WhenStopped(tc => tc.Stop());` should catch the Ctrl+C and call the stop method in the Admin Service...
For whatever reason it looks like the Invoke-MsBuild and Invoke-NuGetPackageRestore powershell files aren't in the same folder as the Build-Microservices script. Or, it could be that you're using an old...