Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion docs/user/registry/namingserver.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
Placeholder. DO NOT DELETE.
---
title: Seata Namingserver Registry
keywords: [Seata, Namingserver, Registry]
description: Use Seata Namingserver as the registry center.
---

# Namingserver Registry

Namingserver is Seata's native registry center. It maintains the mapping between transaction groups and Seata server clusters, and helps Seata clients discover available Seata server nodes.

:::caution
Namingserver is currently a beta feature. Please evaluate it carefully before using it in production, and do not expose the service directly to the public network.
:::

## Start Namingserver

You can start Namingserver from a binary package or by using the Docker image.

### Start from Binary Package

Download and extract the Seata binary package, then enter the `seata-namingserver` directory.

For macOS or Linux:

```shell
bin/seata-namingserver.sh