Last Version

Java Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example - Consumer 3.1.1

Contains an example of a consumer deserializing a message payload that is in a schema registered in the Spring Cloud Schema Registry.

License

License

GroupId

GroupId

com.jashmore
ArtifactId

ArtifactId

spring-cloud-schema-registry-consumer
Version

Version

3.1.1
Type

Type

jar
Description

Description

Java Dynamic SQS Listener - Spring Starter - Spring Cloud Schema Registry Example - Consumer
Contains an example of a consumer deserializing a message payload that is in a schema registered in the Spring Cloud Schema Registry.

Download spring-cloud-schema-registry-consumer 3.1.1


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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-autoconfigure-processor jar
com.jashmore : java-dynamic-sqs-listener-spring-starter jar 3.1.1
com.jashmore : avro-spring-cloud-schema-registry-extension jar 3.1.1
com.jashmore : local-amazon-sqs jar 3.1.1
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

provided (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
net.jcip : jcip-annotations jar 1.0
com.github.spotbugs : spotbugs-annotations jar 4.0.2

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2
org.mockito : mockito-junit-jupiter jar 3.3.3
org.mockito : mockito-core jar 3.3.3
org.hamcrest : hamcrest jar 2.2
org.assertj : assertj-core jar 3.12.2

Project Modules

There are no modules declared in this project.