Hi @everyone,
I have a couple of microservices written in Ktor(2.0.2). I want to ensure that there is a way that microservice communication happens inorder to share the data among them via REST API's. What is the best and secure way to make this communication happen. I have time constraint so gPRC is out of implementation for now. Any other recommendations?