Any plans to upgrade the Http Client to 5.x on the Java Rest Client?

The RestClient holds a reference to a CloseableHttpAsyncClient which under version 4.x does not support retry mechanism. Any plans to upgrade the rest client to use Http Client 5.x? The new version seems to support this.

Under the current version (I'm using 7.6.0), even if i wanted to provide a Wrapper Client with retry support on the existing CloseableHttpAsyncClient, it's not possible?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.