Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http delay unsupport org.apache.httpcomponents httpasyncclient type application scenario #312

Open
arisdu opened this issue Jun 5, 2023 · 2 comments
Labels
type/question Category issues related to questions or problems

Comments

@arisdu
Copy link

arisdu commented Jun 5, 2023

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:
image

Describe what you expected to happen

can we add feature to support org.apache.httpcomponents httpasyncclient?

@binbin0325
Copy link
Member

set the log level to debug and observe the cause of the matching failure

@binbin0325 binbin0325 added the type/question Category issues related to questions or problems label Jul 4, 2023
@arisdu
Copy link
Author

arisdu commented Aug 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Category issues related to questions or problems
Projects
None yet
Development

No branches or pull requests

2 participants