[Dev] [DEV] [BPS] How to do blocking HTTP calls in C5

2016-06-07 Thread Natasha Wijesekara
Hi, With regards to the $subject, in BPS currently we are using the HTTP Client for external invocations as we need to do blocking HTTP calls to invoke partner services. In C5, what are the options available to do blocking HTTP calls ? It seems that netty transport is only supporting non-blocki

Re: [Dev] [DEV] [BPS] How to do blocking HTTP calls in C5

2016-06-08 Thread Isuru Ranawaka
HI Natasha, Currently carbon transport sender operates in fully asynchronous nature with callbacks. what can we do is writing a callback listener which operates as a Java future and blocks the calling thread until results are available.we will look for implement an API for blocking calls for