markap14 commented on code in PR #10964:
URL: https://github.com/apache/nifi/pull/10964#discussion_r2920461755


##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-kinesis/pom.xml:
##########
@@ -50,11 +46,50 @@
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-record-serialization-service-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-proxy-configuration-api</artifactId>
+        </dependency>
 
+        <dependency>
+            <groupId>software.amazon.awssdk</groupId>
+            <artifactId>apache-client</artifactId>

Review Comment:
   It looks like the `url-connection-client` does not support proxies directly. 
And it doesn't support connection pooling with a max, which we're depending on 
here. Fortunately, though, we can upgrade to Apache HTTP Client 5, which I 
think makes a lot of sense.



-- 
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]

Reply via email to