Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-17 Thread Zixuan Liu
Hi all, Thank your for your point! Closed now. Thanks, Zixuan Matteo Merli 于2023年2月18日周六 06:36写道: > Async-http-client has always been super-stable in the past and is being > used by many other Java projects. I don't see any risk of being abandoned. > The fact that activity was quiet is most

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-17 Thread Matteo Merli
Async-http-client has always been super-stable in the past and is being used by many other Java projects. I don't see any risk of being abandoned. The fact that activity was quiet is mostly related to this project being "complete" from a feature standpoint (which is good). The alternatives are rea

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-16 Thread Asaf Mesika
Oh. I looked at the commits, it seems pretty active to me. On Thu, Feb 16, 2023 at 3:31 PM Zixuan Liu wrote: > I point to async-http-client. > > Although there is a recent update. > > Thanks, > Zixuan > > Asaf Mesika 于2023年2月16日周四 21:19写道: > > > On Tue, Feb 14, 2023 at 11:36 AM Zixuan Liu wro

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-16 Thread Zixuan Liu
I point to async-http-client. Although there is a recent update. Thanks, Zixuan Asaf Mesika 于2023年2月16日周四 21:19写道: > On Tue, Feb 14, 2023 at 11:36 AM Zixuan Liu wrote: > > > Hi all, > > > > Our admin-client using the async-http-client [0] to request the web > > service, the async-http-client

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-16 Thread Asaf Mesika
On Tue, Feb 14, 2023 at 11:36 AM Zixuan Liu 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 -

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-14 Thread Zixuan Liu
Hi Enrico, > Also we can do this kind of changes only on a major release, say 3.0.0 or 3.1.0 but this is not a big problem. Sure, we can only make this change on the major release. > I wonder if we could use the Java HTTP client that is available on modern JDKs in case we switch to requiring JDK

Re: [DISCUSS] Using jetty-client instead of async-http-client

2023-02-14 Thread Enrico Olivelli
Zixuan, Il giorno mar 14 feb 2023 alle ore 10:36 Zixuan Liu ha scritto: > > 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 ve

[DISCUSS] Using jetty-client instead of async-http-client

2023-02-14 Thread Zixuan Liu
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. For security(library) reason or http feature(Follow up on future developm