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
- Host: GitHub
- URL: https://github.com/solidninja/schema-registry-sttp-client
- Owner: solidninja
- License: mit
- Created: 2019-10-08T08:36:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T22:00:57.000Z (about 3 years ago)
- Last Synced: 2023-03-09T03:21:31.529Z (about 3 years ago)
- Topics: avro-schema, schema-registry, sttp
- Language: Scala
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/