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?