-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add local address IP version as CLI option #979
Labels
enhancement
Feature requests. Not bugs or questions.
Milestone
Comments
For (1), I agree we should add a CLI option that can optionally populate LocalInfo. For (2), this is related to #948. This is not going to make the 1.3.0 config freeze, but we could deprecate the local UDP port field and add a local UDP address field instead which would fix both your issue as well as the other issue. |
rshriram
pushed a commit
to rshriram/envoy
that referenced
this issue
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of proxy This PR will be merged automatically once checks are successful. ```release-note none ```
jpsim
pushed a commit
that referenced
this issue
Nov 28, 2022
Description: Rework callback signatures by allowing a type-erased return context similar to the context parameter that gets included in the call argument. This opens the door to filter callbacks and stream callbacks sharing streamlined bridge code, especially in the case of the JNI. Also improves upon the current header passing mechanism for the JNI. Risk Level: Moderate Testing: Local and CI Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this issue
Nov 29, 2022
Description: Rework callback signatures by allowing a type-erased return context similar to the context parameter that gets included in the call argument. This opens the door to filter callbacks and stream callbacks sharing streamlined bridge code, especially in the case of the JNI. Also improves upon the current header passing mechanism for the JNI. Risk Level: Moderate Testing: Local and CI Signed-off-by: Mike Schore <mike.schore@gmail.com> Signed-off-by: JP Simard <jp@jpsim.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thoughts on whether this can be used for both:
https://github.com/lyft/envoy/blob/master/source/common/stats/statsd.cc#L23
Or should the UdpStatsdSink local address version be a separate json field?
The text was updated successfully, but these errors were encountered: