Hi Micronaut Development Community
We are trying to create Micronaut based microservices(in Java) which make calls to other HTTP services and Database(both Dynamo DB and RDS on AWS). What are the recommended Micronaut libraries/http client, to ensure the end to end flow remains reactive?
We have implemented the microservices using micronaut, but there are Read Timeout issues appearing for higher loads - is that expected?