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

[seata-java] support IPV6 #710

Open
luky116 opened this issue Nov 23, 2024 · 2 comments
Open

[seata-java] support IPV6 #710

luky116 opened this issue Nov 23, 2024 · 2 comments

Comments

@luky116
Copy link
Contributor

luky116 commented Nov 23, 2024

refer: apache/incubator-seata#5902

What happened:

改造目标:使seata支持ipv6,增加server端和client端对ipv6地址校验及解析;

改造思路:seata使用的第三方库本身也对IPv6有支持,所以本次Seata对IPv6的支持改造主要是对IP地址的解析和校验.
1、对NetUtil工具类改造,增加ipv6校验和解析
2、discovery模块,修改服务发现解析ip:port的代码
3、ChannelManager#readClientId方法修改

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

@luky116 luky116 changed the title [seata-java] https://github.com/apache/incubator-seata-go/issues/709 [seata-java] support IPV6 Nov 23, 2024
@luky116
Copy link
Contributor Author

luky116 commented Nov 23, 2024

@晓锋

@lxfeng1997
Copy link
Contributor

Please assign to me

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

No branches or pull requests

2 participants