On Tue, Feb 14, 2023 at 11:36 AM Zixuan Liu <node...@gmail.com> wrote:
> Hi all, > > Our admin-client using the async-http-client [0] to request the web > service, the async-http-client implements network request based on the > netty, which has very good performance, but this project is not very > active. > Netty - the most used network server in the world - is not very active? > > For security(library) reason or http feature(Follow up on future > development), could we migrate to the jetty-client [1] from the > async-http-client? The jetty project is very active, our web service is > built based on the jetty-server, so I think use the jett-client is a good > idea, but migrating this can be a lot of work. > > Please let me know what you think. > > [0] - https://github.com/AsyncHttpClient/async-http-client > [1] - https://github.com/eclipse/jetty.project/tree/jetty-9.4.x > > Thanks, > Zixuan >