Describe the bug
New function of IPv6 address registry will add a useless network card suffix. For some client, it will cause call downstream service failed.
This is my network information:
The IPv6 address got from registry:
For Spring Cloud Gateway, it can call downstream service by using IPv6 addrsss of [2408:400a:8c:5400:6578:5c42:77b1:bc5d%eth0]:20001.
For OpenFeign & RestTemplate, it called failed.
Expected behavior
We should remove the suffix of %eth0 in IPv6 address.
Which Component eg. Nacos Discovery 2.2.10-RC1
Describe the bug New function of IPv6 address registry will add a useless network card suffix. For some client, it will cause call downstream service failed. This is my network information:
The IPv6 address got from registry:
[2408:400a:8c:5400:6578:5c42:77b1:bc5d%eth0]:20001
.Expected behavior We should remove the suffix of %eth0 in IPv6 address.