Skip to content

rayokota/demo-data-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo for Data Contracts

After cloning this repository, register the schema with the following command:

mvn schema-registry:register

To run the consumer:

mvn compile exec:java \
-Dexec.mainClass="io.confluent.data.contracts.ConsumerApp" \
-Dexec.args="./src/main/resources/data-contracts.properties group-1 client-1 <emailUsername> <emailPassword>"

To generate random Order data, run the producer:

mvn compile exec:java \
-Dexec.mainClass="io.confluent.data.contracts.ProducerApp" \
-Dexec.args="./src/main/resources/data-contracts.properties client-1"

You should now see emails being sent for any records that do not meet the timeliness SLO.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages