I want to convert my monolith application to microservices because it is more in size and all the modules are tightly coupled in the same. I went through many documents but still not able to figure it out which framework should I use.
My Use cases:-
Microservices I am developing will be bundled in one container and
will be deployed on the customer's system, So the size of the Jar is the first constraint.I want all these to communicate over a single channel and if channel gets down or it should be handled gracefully.
- I have the few use cases where the request will be taking the time to complete around 15 to 20 minutes.
Here some finding from me about framework benchmarking