[FLINK-23711] Add an asynchronous HTTP transport

This commits adds a new transport based on a shaded version of Netty.
This transport is currently opt-in, and can be enabled by adding to
the endpoint definition:
...
transport:
  type: io.statefun.transports.v1/async
27 files changed