It would be great for Ktor to provide components n...
# ktor
d
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
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?
Batch jobs are probably better done with Quartz
d
Quartz?
@orangy Any chance Ktor will be headed towards microservices like this, or are there other plans?
k
f
hey @kenkyee for opentracing, see https://github.com/zopaUK/ktor-opentracing
k
Nice... Didn't know that was added. 🙂