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
Pat Kujawa
06/14/2022, 5:22 PM
I don't know about Ktor, but for async parallel processing of jobs (backed by a database), we use jobrunr.io
a
asad.awadia
06/14/2022, 7:52 PM
Ktor has nothing to do with distributed systems
If you are looking to build something - ktor, javalin, vertx all are good