Skip to content
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

When using multiple protocols and having port specified, service can … #7656

Merged
merged 1 commit into from
May 13, 2021

Conversation

goodjava
Copy link
Contributor

@goodjava goodjava commented Apr 29, 2021

When using multiple protocols and having port specified, service can not be started.

当你使用多协议的时候,并且指定端口.你会发现后边的服务拉不起来,因为程序不可能拉起来两个端口一致的server
这在容器化中非常普遍.我需要在外围指定端口.并且我也需要多协议.很多公司面临多语言,这是文本协议就相对简单很多
1
2
3

After resolving
4
5
6

@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2021

Codecov Report

Merging #7656 (e28738d) into master (68062c1) will decrease coverage by 0.00%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #7656      +/-   ##
============================================
- Coverage     59.17%   59.16%   -0.01%     
  Complexity      529      529              
============================================
  Files          1076     1076              
  Lines         43451    43456       +5     
  Branches       6352     6353       +1     
============================================
+ Hits          25711    25712       +1     
- Misses        14901    14910       +9     
+ Partials       2839     2834       -5     
Impacted Files Coverage Δ Complexity Δ
...in/java/org/apache/dubbo/config/ServiceConfig.java 61.63% <66.66%> (-0.34%) 0.00 <0.00> (ø)
.../dubbo/remoting/transport/netty4/NettyChannel.java 62.37% <0.00%> (-1.99%) 0.00% <0.00%> (ø%)
...pache/dubbo/registry/support/AbstractRegistry.java 77.77% <0.00%> (-1.86%) 0.00% <0.00%> (ø%)
...e/dubbo/remoting/transport/netty4/NettyClient.java 69.56% <0.00%> (-1.45%) 0.00% <0.00%> (ø%)
...ubbo/registry/client/ServiceDiscoveryRegistry.java 42.26% <0.00%> (-0.60%) 0.00% <0.00%> (ø%)
...apache/dubbo/common/extension/ExtensionLoader.java 78.39% <0.00%> (+0.22%) 0.00% <0.00%> (ø%)
...g/apache/dubbo/registry/consul/ConsulRegistry.java 60.58% <0.00%> (+0.58%) 31.00% <0.00%> (ø%)
...in/java/org/apache/dubbo/common/utils/JVMUtil.java 92.45% <0.00%> (+11.32%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68062c1...e28738d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants