s

spring-schema-registry

The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL
https://github.com/mvallim/spring-schema-registry
Apache 2
com.github.mvallim
Marcos Tischer Vallim
Files download
File Operation
spring-schema-registry-2.0.0.jar download
spring-schema-registry-2.0.0.pom download
spring-schema-registry-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mvallim</groupId>
  <artifactId>spring-schema-registry</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mvallim:spring-schema-registry:2.0.0'
Gradle Kotlin
implementation("com.github.mvallim:spring-schema-registry:2.0.0")
Scala SBT
libraryDependencies += "com.github.mvallim" % "spring-schema-registry" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mvallim', module='spring-schema-registry', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.mvallim" name="spring-schema-registry" rev="2.0.0" />
Leiningen
[com.github.mvallim/spring-schema-registry "2.0.0"]
Apache Buildr
'com.github.mvallim:spring-schema-registry:jar:2.0.0'