HTTP/2 Splitter
AASeq HTTP/2 Splitter receives HTTP/2 stream (encrypted or plain) on then forwards it to one or many destinations. Available as Linux executable and a docker container.
Features
Decryption
It can be used to terminate encryption and allow plain-text HTTP/2 within your environment. Use case would be enabling easier troubleshooting within platform while retaining security from outside.
Load Balancing
Allows for unpacking of HTTP/2 messages and their distribution toward multiple destinations in either round-robin or primary/secondary configuration.
HTTP/2 Adjustments
It is possible to bridge two systems with different HTTP/2 parameters for a seamless connection. Use case is when you have two network elements using just a slightly different configuration (e.g. one supporting HPACK compression while other doesn't).
Mirroring
All decrypted traffic can be mirrored using GRE encapsulation.