envoyproxy / java-control-plane

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

TCP Proxy's route not implementes yet ? #67

Closed leader-us closed 5 years ago

leader-us commented 6 years ago

so the following code can't work ?

envoy.config.filter.network.tcp_proxy.v2.TcpProxyOuterClass.TcpProxy.Builder tcpProxyBuilder=envoy.config.filter.network.tcp_proxy.v2.TcpProxyOuterClass.TcpProxy.newBuilder(); envoy.config.filter.network.tcp_proxy.v2.TcpProxyOuterClass.TcpProxy.DeprecatedV1.Builder routeBuiler=tcpProxyBuilder.setStatPrefix("ingress_tcp").getDeprecatedV1Builder(); routeBuiler.addRoutes(value)

snowp commented 6 years ago

I this still an issue? The latest release should have bumped the version to write that config