I need to configure proxies for the Kinesis client. Currently I m using KinesisAsyncClient object for performing async operations on the kinesis stream. After a bit of a search over internet, I came to a conclusion that there is no proper resource which helps to configure proxies over async clients.
So is there any way we can configure the proxy host, port, username, password and non-proxy-hosts under the KinesisAsyncClient object.
Thanks in Advance!