spring-schema-registry

The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL

License

License

GroupId

GroupId

com.github.mvallim
ArtifactId

ArtifactId

spring-schema-registry
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

spring-schema-registry
The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL
Project URL

Project URL

https://github.com/mvallim/spring-schema-registry
Project Organization

Project Organization

com.github.mvallim

Download spring-schema-registry

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/ -->
<dependency>
    <groupId>com.github.mvallim</groupId>
    <artifactId>spring-schema-registry</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation 'com.github.mvallim:spring-schema-registry:2.0.0'
// https://jarcasting.com/artifacts/com.github.mvallim/spring-schema-registry/
implementation ("com.github.mvallim:spring-schema-registry:2.0.0")
'com.github.mvallim:spring-schema-registry:jar:2.0.0'
<dependency org="com.github.mvallim" name="spring-schema-registry" rev="2.0.0">
  <artifact name="spring-schema-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvallim', module='spring-schema-registry', version='2.0.0')
)
libraryDependencies += "com.github.mvallim" % "spring-schema-registry" % "2.0.0"
[com.github.mvallim/spring-schema-registry "2.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework : spring-core jar
org.apache.commons : commons-lang3 jar 3.12.0
io.confluent » rest-utils jar 5.3.1
io.confluent » kafka-avro-serializer jar 5.3.1
org.apache.avro : avro jar 1.9.1

test (5)

Group / Artifact Type Version
junit : junit jar
org.hamcrest : hamcrest-library jar
org.apache.kafka : kafka_2.11 jar
ch.qos.logback : logback-classic jar
org.assertj : assertj-core jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1