You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the log level to debug, and then test against the interface that uses the org.apache.httpcomponents client to send http requests, no rules are hit, but for the client that uses com.ning async-http-client to send http requests When the interface is tested, it can be hit normally, so I think that the current chaosblade does not support the experiment of the former client. Is it possible to increase the support for the client org.apache.httpcomponents?
Type: feature request
Describe what happened (or what feature you want)
our program use httpasyncclient send http message,it maven dependency:
org.apache.httpcomponents
httpasyncclient
4.1.2
now we want create http delay use chaosblade,it's does't work.
so I use com.ning.async-http-client,it maven dependency:
com.ning
async-http-client
1.9.0
this can create http delay correctly. this is a demo output use two http client and delay 5s:
Describe what you expected to happen
can we add feature to support org.apache.httpcomponents httpasyncclient?
The text was updated successfully, but these errors were encountered: