Re: Flink Kinesis connector - EFO connection error with http proxy settings

2022-01-25 Thread Danny Cranmer
ntribution process. > > > > Thanks > > -Saravan > > > > *From: *Danny Cranmer > *Date: *Wednesday, January 19, 2022 at 3:10 AM > *To: *Gnanamoorthy, Saravanan > *Cc: *user@flink.apache.org > *Subject: *Re: Flink Kinesis connector - EFO connection error w

Re: Flink Kinesis connector - EFO connection error with http proxy settings

2022-01-23 Thread Gnanamoorthy, Saravanan
- EFO connection error with http proxy settings NOTICE: This email is from an external sender - do not click on links or attachments unless you recognize the sender and know the content is safe. Hello Saravanan, Yes you are correct. EFO uses AWS SDK v2 and the builder does not set proxy

Re: Flink Kinesis connector - EFO connection error with http proxy settings

2022-01-19 Thread Danny Cranmer
Hello Saravanan, Yes you are correct. EFO uses AWS SDK v2 and the builder does not set proxy configuration [1]. The polling (non EFO) mechanism is using AWS SDK v1 which has a more general configuration deserialiser, and hence proxy is configurable. I do not believe there is a workaround for this

Flink Kinesis connector - EFO connection error with http proxy settings

2022-01-17 Thread Gnanamoorthy, Saravanan
Hello, We are using Flink kinesis connector for processing the streaming data from kinesis. We are running the application behind the proxy. After the proxyhost and proxyport settings, the Connector works with default publisher type(Polling) but it doesn’t work when we enable the publisher type