-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 custom endpoints configuration for package grpcx
#2625
Conversation
@xxxwang1983 请描述下您这么修改解决的是什么场景问题呢? |
@xxxwang1983 Please describe what scenario problem you solved by making such a modification? |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #2625 +/- ##
==========================================
+ Coverage 78.87% 79.09% +0.22%
==========================================
Files 633 633
Lines 51974 51978 +4
==========================================
+ Hits 40993 41112 +119
+ Misses 8955 8829 -126
- Partials 2026 2037 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
我现在的使用场景是服务启动的IP和端口与外部服务通信的IP和端口不一致,需要用真是的服务地址覆盖启动地址注册到注册中心,增加的变量为了实现这个机制 |
My current usage scenario is that the IP and port of service startup are inconsistent with the IP and port of external service communication. It is necessary to overwrite the startup address with the real service address and register to the registration center. The added variables are to realize this mechanism. |
@xxxwang1983 好的,我想一想。 Let me have a think. |
@xxxwang1983 Any updates? |
@xxxwang1983 Any updates? |
|
grpcx
grpcx
|
@xxxwang1983 Please AT me if this is ready. |
No description provided.