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

https://github.com/solidninja/schema-registry-sttp-client

Mirror of https://gitlab.com/solidninja/schema-registry-sttp-client
https://github.com/solidninja/schema-registry-sttp-client

avro-schema schema-registry sttp

Last synced: 4 months ago
JSON representation

Mirror of https://gitlab.com/solidninja/schema-registry-sttp-client

Awesome Lists containing this project

README

          

# schema-registry-sttp-client

Client for [Confluent Schema Registry][schema-registry] using [sttp].

To use, add the following to `build.sbt`:

`libraryDependencies += "is.solidninja.schemaregistry" %% "sttp-client" % "0.1.3"`

## License

This project is licensed as [MIT][mit-license].

[mit-license]: https://opensource.org/licenses/MIT
[schema-registry]: https://docs.confluent.io/current/schema-registry/index.html
[sttp]: https://sttp.readthedocs.io/en/latest/