It would be great for Ktor to provide components needed in microservice architectures, something like this http://link.oreilly.com/gI0uRQW0W00aMS0rF000Xg2, that is java, but it might be nice to take ideas (from the annotations) and adapt them to a dsl in ktor... kubernetes and Istio are also being widely adopted by companies big and small.
k
kenkyee
12/02/2018, 1:24 PM
It has a lot of the things needed... There are a few pending in the issues list too..e.g., OpenTracing.
Missing batch jobs in that list I think. What else?
kenkyee
12/02/2018, 1:24 PM
Batch jobs are probably better done with Quartz
d
dave08
12/02/2018, 2:08 PM
Quartz?
dave08
12/02/2018, 2:10 PM
@orangy Any chance Ktor will be headed towards microservices like this, or are there other plans?