Hey guys! I have a ktor backend and I put all my d...
# ktor
j
Hey guys! I have a ktor backend and I put all my different routes into packages that should not depend that much on each other. Therefore i was thinking, why don't i experiment with microservices! Does anyone have any good articles on that topic? How to setup a system, which tools to use, anything in that direction would be helpful :) i now mostly find articles about ktor itself (with for some reason microservice in the title) and not much about how to deploy n-amount of services with routing to all of them.
👍 1
k
The magic search phrase is api gateway
😁 1
👍 1
j
I am looking into Consul now, hopefully I will have some time to actually do the things I want 😄