Skip to content

Camel route producing and consuming messages in a Kafka cluster using camel kafka component, getting the tracing with camel-opentracing

License

Notifications You must be signed in to change notification settings

raraujo-dev/amq-streams-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to deploy on Openshift

Import fuse image

oc import-image fuse7/fuse-java-openshift --from=registry.access.redhat.com/fuse7/fuse-java-openshift --confirm

Create a new build

oc new-build --binary=true --image-stream=fuse-java-openshift --name=cameltokafka

Start the build pointing the -from-dir parameter to the amq-streams-camel project folder.

oc start-build cameltokafka --from-dir=. --follow

Create a new app

oc new-app cameltokafka

About

Camel route producing and consuming messages in a Kafka cluster using camel kafka component, getting the tracing with camel-opentracing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages