Answer the question
In order to leave comments, you need to log in
How to organize a nonstate microservice architecture?
Thinking over the architecture of the web application, I determined for myself that all modules will be nonstate microservices. The authorization service issues signed JWT tokens, and other services will be able to verify them using the public key.
Services should be as independent as possible, but at the same time controlled. Redis message broker. I plan to write the basis (+ authorization service) in Java, because I saw a lot of useful libraries from Netflix, well, I want to try Java. But in the future, some services will be written in other languages (PHP \ Go \ Node..JS)
How to organize all this? Are there any articles describing a similar implementation?
Answer the question
In order to leave comments, you need to log in
Spring Cloud + Netflix is ideal for implementing your idea. I advise you to look at the documentation and this podcast .
If developers in a project write microservices each in the language that they know best, then Apache Thrift is definitely needed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question