KKcorps opened a new pull request #7148:
URL: https://github.com/apache/incubator-pinot/pull/7148
Currently, kinesis stream ingestion plugin throws the following error due to
missing HTTP client provider.
```json
{"code":500,"error":"shaded.software.amazon.awssdk.core.exception.SdkClientException:
Unable to load an HTTP implementation from any provider in the chain. You must
declare a dependency on an appropriate HTTP implementation or pass in an
SdkHttpClient explicitly to the client builder."}
```
It is not able to discover the provider because of shading.
The PR fixes this issue by explicitly providing the http client.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]