apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.41k stars 26.42k forks source link

Dubbo ipv6 integration tests #10770

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

Describe the proposal

AlbumenJ commented 1 year ago

Add integration test cases to verify if Dubbo work fine on v4 single stack(already), v4 and v6 dual stack and v6 single stack.

完善集成测试用例,测试 Dubbo 在 v4 单栈、46 双栈、v6 单栈下的行为是否符合预期。

ZJJ087 commented 1 year ago

i want to do it

AlbumenJ commented 1 year ago

i want to do it

Please go ahead

ZJJ087 commented 1 year ago

i want to do it

Please go ahead

请问有联系方式吗,我想请教下Dubbo在v4单栈、46双栈、v6单栈下的预期结果是什么样的

AlbumenJ commented 1 year ago

i want to do it

Please go ahead

请问有联系方式吗,我想请教下Dubbo在v4单栈、46双栈、v6单栈下的预期结果是什么样的

v4单栈 -> 注册 v4 的地址,调用 v6 的地址 46 双栈 -> 注册 v4 格式的地址,带 v6 的参数,客户端如果是 v4 的正常调用,46 双栈优先使用 v6 v6 单栈 -> 类似 v4

钉钉 albumenj

Netter99 commented 1 year ago

你好, @AlbumenJ , 我能加入和ZJJ一起解决这个问题吗?

AlbumenJ commented 1 year ago

你好, @AlbumenJ , 我能加入和ZJJ一起解决这个问题吗?

Please go ahead

Netter99 commented 1 year ago

你好, @AlbumenJ , 我能加入和ZJJ一起解决这个问题吗?

Please go ahead

Thanks, I will try to communicate with ZJJ to solve this problem together.

QzLijian1 commented 2 months ago

你好, @AlbumenJ , 我能加入和ZJJ一起解决这个问题吗?

Please go ahead

Thanks, I will try to communicate with ZJJ to solve this problem together.

hello,how is the progress of this?