Optimize proxy instance definition in registry center
See original GitHub issueAccording to the suggestions made by @dongzl and @kimmking in the issue #5627 , use ip+port
instead of ip + threadId
to define proxy instance in registry center is better.
/
├─orchestration-namespace
├─orchestration-name
│ ├─registry
│ │ ├─instances
│ │ │ ├─127.0.0.1@3307@xxx
│ │ │ ├─127.0.0.1@3308@xxx
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Dependency Proxy - GitLab Docs
In the case of CI/CD, the Dependency Proxy receives a request and returns the upstream image from a registry, acting as a pull-through...
Read more >How to set up an outbound VPC proxy with domain ...
An outbound proxy that permit connections to whitelisted domains that you define, while presenting customizable error messages when connections ...
Read more >REST Proxy Configuration Options - Confluent Documentation
Unique ID for the Confluent REST Proxy server instance. This is used in generating unique IDs for consumers that do not specify their...
Read more >The Difference Between Proxy and Reverse Proxy - StrongDM
A traditional forward proxy server allows multiple clients to route traffic to an external network. For instance, a business may have a proxy...
Read more >Managing Microsoft 365 endpoints
Learn how to manage Microsoft 365 endpoints so that they work with your enterprise organization network architecture.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
merged! thansk for your contribution.
@swayamraina For proxy,the port can be passed to
ShardingOrchestrationFacade
when proxy starts, and for jdbc, thread id is better.