alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.37k stars 12.86k forks source link

nacos and netbird conflict #11621

Closed youlvlv closed 10 months ago

youlvlv commented 10 months ago

Describe the bug if i use netbird,i can't start my spring boot application ,it blocking at start ,application prompt me
[Nacos Config] Listening config: dataId= group=DEFAULT_GROUP i stop netbird , my application is normal.

如果我在系统中运行了 netbird 应用,那么我将无法启动我的 spring boot 应用,他被阻塞在启动中。他提示我 [Nacos Config] Listening config: dataId= group=DEFAULT_GROUP 当我停止 netbird 后,我的应用程序恢复了正常

Expected behavior application is normal run

Actually behavior application is blocking

How to Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See errors

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

KomachiSion commented 10 months ago

说明netbird应用改动了传入给nacos的dataID,改为了空字符串,导致获取不到配置,应用自然无法启动。

应该要排查netbird应用, 寻求netbird应用的帮助,或者自行排查为什么会影响到传入给nacos-client的dataid参数。