All Products
Search
Document Center

Microservices Engine:Manage data

Last Updated:Jan 16, 2024

In a ZooKeeper engine, a znode is a node used to store and manage data. Znodes are organized into a hierarchical tree structure that is similar to the directory structure of a file system. Each znode has a unique path identifier. The ZooKeeper engine coordinates and manages distributed applications by maintaining znodes and provides features such as service synchronization and configuration management.

Prerequisites

Procedure

  1. Log on to the MSE console and select a region in the top navigation bar.

  2. In the left-side navigation pane, choose Microservices Registry > Instances.

  3. On the Instances page, click the name of the instance.

  4. In the left-side navigation pane, choose Data Management > Znodes.

  5. On the Znodes page, click Create Node.

    By default, the ZooKeeper engine has a node named zookeeper and the zookeeper node has three child nodes named agent, config, and quota.

    Note

    On the Znodes page, you can view the node paths and node data that are created in your application by using API operations.

  6. In the Create Node dialog box, configure the Node Path and Node Data parameters and click OK.

    image

    After the node is created, you can go back to the Znodes page to view the node and its data.

What to do next

On the Znodes page, find the node, right-click the node name, and then select Add Same Level, Add sub-level, or Delete from the shortcut menu.image