Skip to content

stephennimmo/quarkus-camel-master-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-camel-master-demo

Run/Demo Locally

Start First Instance

./mvnw clean quarkus:dev

Start Second Instance

./mvnw clean quarkus:dev -Dquarkus.http.port=8081

One of the instances should have the lock (probably the first one). To demo the lock switch, kill the master and watch the second one pick up the lock and run.

Push New Version to Registry

./mvnw clean package -Dquarkus.container-image.push=true -Dquarkus.container-image.registry=quay.io

Deploy to OpenShift

oc apply -k manifests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages