I have been experimenting with various features of Micronaut. I have couple of questions.
1) I have 2 asynchronous calls to various API. How do I combine the results of 2 API's as we do in RxJava Observable.zip?
2) I am using declarative clients to connect to API. How do I catch the exceptions in such scenarios? In Netflix Feign Client, We use FallBack Factory. How do I do the same in Micronauts.