nacos batch get config

vlurs2pr  于 2022-12-31  发布在  Nacos
关注(0)|答案(4)|浏览(238)

配置中心这块,能否提供批量获取多个dataId的api?

50few1ms

50few1ms1#

can you give a more detail description on this requirement, in practice on Alibaba's production env, we have some ways to do the batch:

  • batchGetDataIdsByNamspace()
  • batchGet(List)
    -...
bz4sfanl

bz4sfanl2#

@irusist Did you solve your problem in this way?

e4yzc0pl

e4yzc0pl3#

my requirement is the batchGet(List) api

gijlo24d

gijlo24d4#

I think we may provide the batch APIs in milestone 0.4 release, but we have to implement it carefully, we may have to consider support paginate or set a built-in protect threshold to make it safe to call when
miss-use

相关问题