envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Http3 Quic UDP listener config example

lightme16 opened this issue · comments

commented

Hello, I am trying to add Http3 Quic UDP listener using this lib. However, I can't find any java method related to Quic.
E.g quic_options, http3_protocol_options. I can find them in the .proto file, but can't find anything in java builders.
Can you please, provide any example how to use it?
Thanks

commented

turned out, I was using older version of the lib that didn't contain quic realted proto schemas. Update helped. Closing