You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/03/16 23:19:52 UTC

[Bug 59847] Support HTTP/2 protocol

https://bz.apache.org/bugzilla/show_bug.cgi?id=59847

--- Comment #12 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Apache JMeter is a load testing tools aimed at testing different protocols as
per:

    https://jmeter.apache.org

HTTP/2 is being actively deployed and we need to support it.

The project will have to handle the following items:

    Trial the java libraries that provide HTTP/2 support:
        Jetty client library
        Netty client library
        HC5 client library
        Any other possible option
    The selection criterias will have to take into account:
        Possibility to record protocol
        Performance
        Maintainbility
        Community
    Once the library is chosen the implementation can start and must provide:
        Recording Feature (The component that records from browser and creates
the Test Plan) as per this bugzilla
            https://bz.apache.org/bugzilla/show_bug.cgi?id=60464
        Sampling (The component that sends the requests to server)
        Listener (The component that receives the sampler results) will have to
be modified to handle asynchronous samplers

Backward compatibility must be carefully analyzed and only broken if there is
no other possibility.

-- 
You are receiving this mail because:
You are the assignee for the bug.