envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane
Apache License 2.0
293 stars 136 forks source link

Http3 Quic UDP listener config example #272

Closed lightme16 closed 1 year ago

lightme16 commented 1 year ago

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

lightme16 commented 1 year ago

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