Maksim Zhuravlev
Maksim Zhuravlev
Thank you so much for the feedback @TbotaPhantA! I really appreciate that you detailed your thoughts. It's important to clarify that my example doesn't quite qualify as a production solution....
@TbotaPhantA Another question. Is correlationId a field for establishing a connection between different events? In our system, messageId has the type number, while correlationId has the type string. Or is...
@TbotaPhantA Thank you for the clarification! I'll be waiting for your implementation with private fields
@TbotaPhantA, thank you so much for the example. I took your implementation of the export() and applied it in the accounting context (reports subdomain - https://github.com/zhuravlevma/typescript-ddd-architecture/tree/main/src/accounting/reports/report). I moved export() to...
@TbotaPhantA 2. But I don't have event sourcing. It's currently a choreography, where relay service publishes an event (in some Kafka, for example), and then all consumers read it in...