I’m exploring different message exchange pattern designs for sending data between modules. Which pattern ensures reliability and low latency for small messages? Any examples or best practices would help.
totally agree with the others, request-response with a message queue seems like a solid approach for small messages, keeps things simple and reliable imo