apache / apache/incubator-seata
麻烦nacos配置支持name属性配置批量的配置响
- 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 配置


目前好像不支持这种配置
Contributor 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