https://github.com/micronaut-projects/micronaut-nats
Integration between Micronaut and Nats.io (https://nats.io/)
https://github.com/micronaut-projects/micronaut-nats
community-driven
Last synced: 11 months ago
JSON representation
Integration between Micronaut and Nats.io (https://nats.io/)
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-nats
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2019-10-23T14:52:52.000Z (over 6 years ago)
- Default Branch: 4.8.x
- Last Pushed: 2025-08-20T03:51:15.000Z (11 months ago)
- Last Synced: 2025-08-20T05:44:21.486Z (11 months ago)
- Topics: community-driven
- Language: Java
- Homepage:
- Size: 5.51 MB
- Stars: 17
- Watchers: 15
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut NATS
[](https://search.maven.org/search?q=g:%22io.micronaut.nats%22%20AND%20a:%22micronaut-nats%22)
[](https://github.com/micronaut-projects/micronaut-nats/actions)
[](https://ge.micronaut.io/scans)
Integrates Micronaut and nats.io
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-nats/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-nats/snapshot/guide/) for the current development docs.
## Snapshots and Releases
Snaphots are automatically published to [JFrog OSS](https://oss.jfrog.org/artifactory/oss-snapshot-local/) using [Github Actions](https://github.com/micronaut-projects/micronaut-nats/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-nats/actions).
A release is performed with the following steps:
* [Edit the version](https://github.com/micronaut-projects/micronaut-nats/edit/master/gradle.properties) specified by `projectVersion` in `gradle.properties` to a semantic, unreleased version. Example `1.0.0`
* [Create a new release](https://github.com/micronaut-projects/micronaut-nats/releases/new). The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-nats/actions?query=workflow%3ARelease) to check it passed successfully.
* Celebrate!