You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in above API, the param withInstances decides the return result whether carry instances information, but in my test, the problem is that when I set withInstances=true, the pageNo and keyword will be ignored. This means Nacos only support query services without instances information using keywords, not support query services with instances information using keywords and pageable param
Currently, Naocs support query services using the keyword, like this:
in above API, the param
withInstances
decides the return result whether carry instances information, but in my test, the problem is that when I setwithInstances=true
, thepageNo
andkeyword
will be ignored. This means Nacos only support query services without instances information using keywords, not support query services with instances information using keywords and pageable paramCan Nacos support thus query API?
The text was updated successfully, but these errors were encountered: