Skip to content

Milestones

HakureiGenei edited this page May 8, 2021 · 5 revisions

The plan for this project is as follows:

Phase I:(Finished)

Implement the basic functionalities of nacos-sdk-cpp, including:

Configuration:

  1. Publish config
  2. Remove config
  3. Watch config

Naming:

  1. Create service
  2. Remove service
  3. Watch service
  4. List all services/instances

Phase II:(Partially Finished)

Implement the handling mechanisms for network problems:

  1. Caching mechanism 1.1. Memory cache (In plan) 1.2. File cache
  2. Failover mechanism using the local file cache (Finished)
  3. Quick Start Tutorial (How to setup environment quickly and get demo run quickly, finished)

Phase III:(Finished)

Code polish

  1. Use object factories to create NamingService/ConfigService (Finished)
  2. Multiple platform support (Linux, Windows, MacOS)
Clone this wiki locally