python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Axon Event Handler not working on a different microservice
I was implementing event-driven CQRS concept using Axon framework. I created two separate microservices and their own two write and read databases.
I am publishing an event in ms-1 and now I want to h...
Sanket Kamble
Votes: 0
Answers: 0
Event Sourcing in F#: what if aggregate state must be updated between events production?
I just started diving into F# language and recently read an article about Event Sourcing in functional style and have some questions to clarify. There was the following command handler presented:
let...

AlmostDev
Votes: 0
Answers: 1
AWS DMS Include database name on target message
Im making some event sourcing using dms, and i need to include dbname on the metadata that is sent from some postgresql databases to kinesis (as target) i got here
https://docs.aws.amazon.com/dms/late...

Math.Random
Votes: 0
Answers: 1
How do I properly design Aggregate in DDD, Event-sourcing
Suppose I want to make an e-commerce system. I have 2 aggregates here ProductAggregate and UserAggregate. Product aggregate contains productId, price. User aggregate contains userId and balance. Here'...
Big boi.
Votes: 0
Answers: 1