Domain in Solace versus the DDD or Domain Driven Design
tfanara
Member Posts: 12 ✭
Hello, I see in your RideShare sample domain you include the client apps as in driver app in the domain. In microservices design normally client apps are not included in domains or sub domains only backends. Is the Solace model for domain different? if so why?
0
Comments
-
Hi @tfanara, the Event Portal Domain model isn't necessarily modelled on DDD - it can be, that's your choice. Domains are simply a way of grouping related applications. How those applications relate to each other is up to you!
For instance, the PubSub+ Broker has extensive web socket and rest capabilities, enabling a wide range of client facing applications. These events need to be captured.
1