Tech stack question: Does anyone know of examples ...
# server
g
Tech stack question: Does anyone know of examples of using Ktor for distributed systems? I am looking to implement asynchronous parallel processing, evaluating if Ktor is a right framework to start. I recently explored Spring batch which seems close to what I need, are there any similar use-cases solved with Ktor?
p
I don't know about Ktor, but for async parallel processing of jobs (backed by a database), we use jobrunr.io
a
Ktor has nothing to do with distributed systems If you are looking to build something - ktor, javalin, vertx all are good