horizonzy commented on issue #8181:
URL: https://github.com/apache/dubbo/issues/8181#issuecomment-874262802


   It's the lower version nacos server problem, the the config is not found, 
nacos server 1.1.4 will return null response. In dubbo, will do some operation 
for the response. So the npe occur.
   At nacos high version, it will return empty data response when the data is 
not found, so it won't cause npe.
   We should do compatible work for low nacos server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to