Skip to content

FrogDevelopment/micronaut-etcd

 
 

Repository files navigation

Micronaut etcd

Codacy Badge Maven Central Build Status Quality Gate Status Revved up by Develocity

This project integrates etcd and Micronaut

etcd API versions supported

  • 3.x

Features

On this list you can find the supported features/services based on the official etcd API reference.

Auth

Pending

Key-value

Service Status
GET (Range) DONE
PUT DONE
DELETE DONE
COMPACT PENDING
TXN PENDING

Cluster

Pending

Maintenance

PENDING

Lease

PENDING

Watch

PENDING

More info at https://etcd.io/docs/v3.4.0/learning/api/

Micronaut etcd

Documentation

See the Documentation for more information.

See the Snapshot Documentation for the current development docs.

Examples

Examples can be found in the examples directory.

Snapshots and Releases

Snapshots are automatically published to Sonatype Snapshots using GitHub Actions.

See the documentation in the Micronaut Docs for how to configure your build to use snapshots.

Releases are published to Maven Central via GitHub Actions.

Releases are completely automated. To perform a release use the following steps:

About

Integration between Micronaut and etcd (https://etcd.io/)

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.4%
  • Groovy 21.6%