This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new 2155a0fbce doc: add the type of registry as seata in application.yml
(#7605)
2155a0fbce is described below
commit 2155a0fbce9b84a6c3e99810a1351108c1459a92
Author: xiaoyu <[email protected]>
AuthorDate: Thu Aug 28 15:20:35 2025 +0800
doc: add the type of registry as seata in application.yml (#7605)
---
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
server/src/main/resources/application.raft.example.yml | 2 +-
server/src/main/resources/application.yml | 2 +-
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 9f40c31479..1d3553a9bb 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -67,6 +67,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#7531](https://github.com/seata/seata/pull/7531)] Optimize the Readme and
change documents
- [[#7569](https://github.com/seata/seata/pull/7569)] Add hyperlink to
CONTRIBUTING.md in pull request template
+- [[#7605](https://github.com/apache/incubator-seata/pull/7605)] Add the type
of registry as seata in application.yml
Thanks to these contributors for their code commits. Please report an
unintended omission.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index c9ecefde52..8996e47bd1 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -65,6 +65,7 @@
- [[#7531](https://github.com/seata/seata/pull/7531)] 优化 Readme 和 change 文档
- [[#7569](https://github.com/seata/seata/pull/7569)] 在拉取请求模板中添加
CONTRIBUTING.md 超链接
+- [[#7605](https://github.com/apache/incubator-seata/pull/7605)]
在application.yml中增加了seata作为注册中心的注释
非常感谢以下 contributors 的代码贡献。若有无意遗漏,请报告。
diff --git a/server/src/main/resources/application.raft.example.yml
b/server/src/main/resources/application.raft.example.yml
index a337e80ba4..2b2a0a1a5d 100644
--- a/server/src/main/resources/application.raft.example.yml
+++ b/server/src/main/resources/application.raft.example.yml
@@ -79,7 +79,7 @@ seata:
server-addr: http://localhost:2379
key: seata.properties
registry:
- # support: nacos 、 eureka 、 redis 、 zk 、 consul 、 etcd3 、 sofa
+ # support: nacos 、 eureka 、 redis 、 zk 、 consul 、 etcd3 、 sofa 、 seata
type: file
preferred-networks: 30.240.*
seata:
diff --git a/server/src/main/resources/application.yml
b/server/src/main/resources/application.yml
index 111602f09a..e7d7c3c2bc 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -48,7 +48,7 @@ seata:
# support: nacos, consul, apollo, zk, etcd3
type: file
registry:
- # support: nacos, eureka, redis, zk, consul, etcd3, sofa
+ # support: nacos, eureka, redis, zk, consul, etcd3, sofa, seata
type: file
store:
# support: file 、 db 、 redis 、 raft
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]