envoyproxy / java-control-plane

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

Support `set_node_on_first_message_only` #279

Open zhouxiaobo1990 opened 1 year ago

zhouxiaobo1990 commented 1 year ago

Envoy may configure set_node_on_first_message_only.

However the current implementation of the java control plane doesn't support that.