Skip to content

Milestones

HakureiGenei edited this page Oct 8, 2020 · 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:(In progress)

Implement the handling mechanisms for network problems:

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

Phase III:

Code polish

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