Skip to content

Opionated setup on how you should develop Quarkus apps if you need third-party services like DBs or Kafka

Notifications You must be signed in to change notification settings

localleon/quarkus-kafka

Repository files navigation

quarkus-kafka / Simple Dev Setup with Kubernetes and Kafka

This repo demonstrates how to get a simple Kafka cluster running on a local kubernetes stack to develop a quarkus applications.

We deploy the following stack:

  • Local Kind cluster
  • Local Redis
  • Local RedPanda Kafka Operator
  • Development Topics
  • Build chain for Quarkus application

Use the following scripts to perform the testing:

# Create devsetup 
devsetup-up.sh 
# You can now develope with quarkus dev 
cd producer1 && quarkus dev 
# Load applicatiosn for integration test 
devsetup-build.sh 
# Run in seperate terminal to forward console/services 
devsetup-forward.sh 
# Performe testing via script 
testing.sh 

About

Opionated setup on how you should develop Quarkus apps if you need third-party services like DBs or Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published