Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-discovery-client
Micronaut's Discovery Client
https://github.com/micronaut-projects/micronaut-discovery-client
consul eureka micronaut spring-cloud vault
Last synced: about 2 months ago
JSON representation
Micronaut's Discovery Client
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-discovery-client
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2020-07-06T10:40:13.000Z (over 4 years ago)
- Default Branch: 4.4.x
- Last Pushed: 2024-04-22T12:32:34.000Z (8 months ago)
- Last Synced: 2024-04-22T13:49:15.468Z (8 months ago)
- Topics: consul, eureka, micronaut, spring-cloud, vault
- Language: Java
- Homepage:
- Size: 9.23 MB
- Stars: 18
- Watchers: 17
- Forks: 17
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Discovery Client
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.discovery/micronaut-discovery-client.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.discovery%22%20AND%20a:%22micronaut-discovery-client%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-discovery-client/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-discovery-client/actions)
[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)This module integrates Micronaut with Service Discovery and Distributed Configuration systems.
The implementation currently includes Service Discovery support for:
* [HashiCorp Consul](https://www.consul.io/)
* [Eureka](https://github.com/Netflix/eureka)As well as [Distributed Configuration](https://docs.micronaut.io/latest/guide/index.html#distributedConfiguration) support for:
* [HashiCorp Consul](https://www.consul.io/)
* [HashiCorp Vault](https://www.vaultproject.io/)
* [Oracle Cloud Vault](https://docs.cloud.oracle.com/en-us/iaas/Content/KeyManagement/Concepts/keyoverview.htm)
* [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config/reference/html/#_spring_cloud_config_server)## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-discovery-client/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-discovery-client/snapshot/guide/) for the current development docs.
## Snapshots and Releases
Snapshots are automatically published to [Sonatype Snapshots](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [Github Actions](https://github.com/micronaut-projects/micronaut-project-template/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-discovery-client/actions).
Releases are completely automated. To perform a release use the following steps:
- [Publish the draft release](https://github.com/micronaut-projects/micronaut-discovery-client/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`.
- [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-discovery-client/actions?query=workflow%3ARelease) to check it passed successfully.
- Celebrate!