Skip to content

HGW Http 2 GateWay

Dor Ben Dov edited this page Oct 19, 2018 · 1 revision

Objectives

Project was created as part of a small poc that i wanted to do. The poc included a gateway like this project that from one hands receives http/2 requests and from the other hand, echo back - by answering 'Test!!' as a reply.

Success Criteria

No gc, running ok under the load.

POC purpose is to check several parameters:

  1. Respond time.
  2. Latency
  3. Throughput
  4. GC Handling when receiving the load.

Current status as for Oct-18, under the load i raised, a bug was found in Netty, issue was opened for community.

Clone this wiki locally