M
M
mbcsoft2016-09-05 00:08:56
Java
mbcsoft, 2016-09-05 00:08:56

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

2 answer(s)
A
Alexander Kosarev, 2016-09-05
@mbcsoft

Spring Cloud + Netflix is ​​ideal for implementing your idea. I advise you to look at the documentation and this podcast .

D
Dmitry Belyaev, 2016-09-05
@bingo347

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 question

Ask a Question

731 491 924 answers to any question