diff --git a/Documentation/modules.md b/Documentation/modules.md index eb1e34ba4..d8e0cc69e 100644 --- a/Documentation/modules.md +++ b/Documentation/modules.md @@ -4,7 +4,7 @@ etcd has a number of modules that are built on top of the core etcd API. These modules provide things like dashboards, locks and leader election. **Warning**: Modules is deprecated from v0.4, and is expected to be added back in the near future. -For now, we have to focus on raft algorithm and etcd core to make sure that it works correctly and fast. And etcd's API changes from time to time, which is painful to maintain these modules. Moreover, the implementation of lock module has some flaws, which may mislead users. But we also notice that these modules are popular and useful, and plan to add them back with full functionality as soon as possible. +For now, we are choosing to focus on raft algorithm and etcd core to make sure that it works correctly and fast. And it is time consuming to maintain these modules in this period, given that etcd's API changes from time to time. Moreover, the lock module has some unfixed bugs, which may mislead users. But we also notice that these modules are popular and useful, and plan to add them back with full functionality as soon as possible. ### Dashboard