This example starts a Vert.x application, opens a published rstream tunnel from a worker thread, and serves incoming HTTP streams through Vert.x application code. It does not bind a local HTTP server.
Install the local SDK snapshot first:
mvn -DskipTests installRun the application with the same configuration used by the CLI:
mvn -f examples/vertx-published-http/pom.xml exec:javaSet RSTREAM_TUNNEL_NAME to choose a tunnel name.