@globalart/nestjs-etcd
v1.0.14
Published
A etcd modules for NestJS
Readme
@globalart/nestjs-etcd
A NestJS module for integrating etcd3 distributed coordination services. This package provides leader election and distributed locking capabilities for NestJS applications.
Features
- Leader Election: Automatically elect a leader among multiple application instances
- Distributed Locking: Acquire and release distributed locks across multiple instances
- Type-safe: Full TypeScript support with proper type definitions
- Feature-based: Enable only the features you need
Installation
npm install @globalart/nestjs-etcd etcd3Documentation
For complete documentation, examples, and API reference, please visit the official documentation.
License
MIT
