centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Split centraldogma-server module

Open minwoox opened this issue 2 years ago • 0 comments

This idea was suggested by @ikhoon.

The centraldogma-testing module depends on the centradogma-server module which has ZooKeeper dependency. However, users don't need the replication feature for Central Dogma server and sometimes the ZooKeeper dependency causes a dependency conflict with other libraries.

So it would be nice to split centraldogma-server module into two, one that has a replication feature and one that doesn't have it.

- centraldogma-server
  - centraldogma-server-standalone
  - centraldogma-server-replication
- centraldogma-testing
  - centraldogma-server-standalone

minwoox avatar Feb 28 '22 16:02 minwoox