I'm trying to use spring cloud stream to solve the following problem: I have a class that calls two separated functions (Function A and B), both of those funct
I need to trigger an event when db column is not updated for certain time using spring boot and gcp. Note:- we should use spring boot schedular. Let me know is
I want to implement event-driven communication in my microservices architecture. For example, if event A happens, services X and Y would carry out certain thing