Unanswered question

Direct HTTP/2 proxy implementation

Dear Neotys Team,

since this may be of interest to other users in the future, I decided to post this in the Community instead of opening a support ticket:

I am currently writing a Proof of Concept on load testing a new and exciting blockchain project (open source, for now). One of the applications I put on my list is Neoload. After tinkering with it, I came to a point where I see these stack-traces in the proxy-logfile on "DEBUG" (see below).

Is there any timeline on the implementation of Direct HTTP/2 proxy? The grpcio Implementation is designed only for http/2 protocol (https://docs.rs/grpcio/0.5.3/grpcio/). Do you have any suggestions on recording the test differently and then playing it off neoload?

Thanks in advance.

020/05/10 11:39:11 WARN - com.neotys.net.proxy.f.h: ---------------------------- Direct HTTP/2 proxy Not implemented yet ---------------------------------------
2020/05/10 11:39:11 WARN - com.neotys.net.proxy.f.h: Exception during the recording 49 java.io.IOException: H2 direct proxy is not implemented yet
at com.neotys.net.proxy.f.h.a(h.java:241)
at com.neotys.net.proxy.f.h.i(h.java:265)
at com.neotys.net.proxy.f.h.call(h.java:214)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Andrej B.
Andrej B.

Andrej B.

Level
0
1 / 100
point

No answers