apache / apache/incubator-seata

麻烦nacos配置支持name属性配置批量的配置响

Open
#2,989 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
26k
Forks
8.8k
Avg merge
1d 8h
Merged PRs (30d)
4

Description

例如 配置文件register.conf
registry {
type = "nacos"

nacos {
application = "seata-server"
serverAddr = "xxxxx"
group = "CAT_SEATA_GROUP"
namespace = "compile"
cluster = "cat"
username = ""
password = ""
}
}
config {
type = "nacos"
nacos {
serverAddr = "xxxxx"
namespace = "compile"
group = "CAT_SEATA_GROUP"
name = "seata"
username = ""
password = ""
}
}
name 指定nacos的dataId
nacos 配置
![image](https://user-images.githubusercontent.com/65538007/89629572-9e5e5180-d8d0-11ea-8033-3b5b2b5635cf.png)
![image](https://user-images.githubusercontent.com/65538007/89629612-b1712180-d8d0-11ea-9301-e735d0f86445.png)
目前好像不支持这种配置

Contributor guide

Open the contributing guide

Research direction

Start with the Nacos sections in register.conf and trace how the config name and dataId are read. Compare the requested name="seata" setting with the current Nacos configuration loading behavior; done means this configuration form is supported and the requested batch configuration response works as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
distributed-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.