An open API service indexing awesome lists of open source software.

https://github.com/YunaBraska/nats-server-embedded

Nats server embedded for testing which contains the original Nats server
https://github.com/YunaBraska/nats-server-embedded

java

Last synced: about 2 months ago
JSON representation

Nats server embedded for testing which contains the original Nats server

Awesome Lists containing this project

README

        

![logo](src/test/resources/nats-spring.png)

# nats-server-embedded

[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/YunaBraska)

Nats Server for testing which contains the original [Nats server](https://github.com/nats-io/nats-server)

[![Build][build_shield]][build_link]
[![Maintainable][maintainable_shield]][maintainable_link]
[![Coverage][coverage_shield]][coverage_link]
[![Issues][issues_shield]][issues_link]
[![Commit][commit_shield]][commit_link]
[![Dependencies][dependency_shield]][dependency_link]
[![License][license_shield]][license_link]
[![Central][central_shield]][central_link]
[![Tag][tag_shield]][tag_link]
[![Javadoc][javadoc_shield]][javadoc_link]
[![Size][size_shield]][size_shield]
![Label][label_shield]
![Label][spring_boot_3]

[build_shield]: https://github.com/YunaBraska/nats-server-embedded/workflows/MVN_RELEASE/badge.svg
[build_link]: https://github.com/YunaBraska/nats-server-embedded/actions?query=workflow%3AMVN_RELEASE
[maintainable_shield]: https://img.shields.io/codeclimate/maintainability/YunaBraska/nats-server-embedded?style=flat-square
[maintainable_link]: https://codeclimate.com/github/YunaBraska/nats-server-embedded/maintainability
[coverage_shield]: https://img.shields.io/codeclimate/coverage/YunaBraska/nats-server-embedded?style=flat-square
[coverage_link]: https://codeclimate.com/github/YunaBraska/nats-server-embedded/test_coverage
[issues_shield]: https://img.shields.io/github/issues/YunaBraska/nats-server-embedded?style=flat-square
[issues_link]: https://github.com/YunaBraska/nats-server-embedded/commits/main
[commit_shield]: https://img.shields.io/github/last-commit/YunaBraska/nats-server-embedded?style=flat-square
[commit_link]: https://github.com/YunaBraska/nats-server-embedded/issues
[license_shield]: https://img.shields.io/github/license/YunaBraska/nats-server-embedded?style=flat-square
[license_link]: https://github.com/YunaBraska/nats-server-embedded/blob/main/LICENSE
[dependency_shield]: https://img.shields.io/librariesio/github/YunaBraska/nats-server-embedded?style=flat-square
[dependency_link]: https://libraries.io/github/YunaBraska/nats-server-embedded
[central_shield]: https://img.shields.io/maven-central/v/berlin.yuna/nats-server-embedded?style=flat-square
[central_link]:https://search.maven.org/artifact/berlin.yuna/nats-server-embedded
[tag_shield]: https://img.shields.io/github/v/tag/YunaBraska/nats-server-embedded?style=flat-square
[tag_link]: https://github.com/YunaBraska/nats-server-embedded/releases
[javadoc_shield]: https://javadoc.io/badge2/berlin.yuna/nats-server-embedded/javadoc.svg?style=flat-square
[javadoc_link]: https://javadoc.io/doc/berlin.yuna/nats-server-embedded
[size_shield]: https://img.shields.io/github/repo-size/YunaBraska/nats-server-embedded?style=flat-square
[label_shield]: https://img.shields.io/badge/Yuna-QueenInside-blueviolet?style=flat-square
[gitter_shield]: https://img.shields.io/gitter/room/YunaBraska/nats-server-embedded?style=flat-square
[gitter_link]: https://gitter.im/nats-server-embedded/Lobby
[spring_boot_3]: https://img.shields.io/badge/SpringBoot-2-blueviolet?style=flat-square

For more, have a look to the [Documentation (GitHubPage)](https://yunabraska.github.io/nats-server/) *(You will find Examples, Configs, Spring, Junit, etc.)*