Skip to content

Integration test example using Testcontainers, Spring Boot, MySQL, Kafka, Backbase events.

Notifications You must be signed in to change notification settings

Backbase/working-with-testcontainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

working-with-testcontainers

Integration test example using Testcontainers, Spring Boot, MySQL, Kafka, Backbase events.

Prerequisites

  • Java 21+
  • Maven
  • Your favorite IDE
  • A docker environment supported by testcontainers.

Test scenario

Let’s consider the following scenario: We have a product that will be stored in MySQL database. We are going to update it on a received event from Kafka.

Usage

To generate source event from json file: mvn jsonschema-events:events-generation -f pom.xml

Run example of the test file

Resources

About

Integration test example using Testcontainers, Spring Boot, MySQL, Kafka, Backbase events.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages