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
Problem extracting code into a Use Case for Clean Architecture
I am consuming a message from a queue and I want to be able to perform the same logic from an API request, so I am trying to extract a use case from my OnMessage() method.
public class QueueListener
{...
CQRSNoob
Votes: 0
Answers: 2
Spring Boot - Implementing Cross-Project @EventListener (Spring Event Publish - Listen)
I am recently learning Spring Boot and Spring events. I have a two-part question related with the Spring Framework and especially its Event-Driven system. I was able to complete its first part, but I ...
Ahmet Emre Harsa
Votes: 0
Answers: 0
How to manage sharded microcervice local storage?
Let's assume there is a single consumer group (from kafka perspective). Consumer group consists of 20 replicas of Service instances. All work is balanced among those 20 instances based on some propert...

ayeo
Votes: 0
Answers: 1