Skip to content

defers/camel-hexagonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project with Apache Camel example with hexagonal architecture

api: http://localhost:8090/api/ swagger ui: http://localhost:8090/swagger-ui/index.html open api doc: http://localhost:8090/api/api-doc

Run application

From shell:

java -jar camel-<version-number>.jar

For running OpenTelemetry java agent and export traces to jaeger start app with jvm arguments:

-javaagent:opentelemetry-javaagent.jar
-Dotel.traces.exporter=otlp
-Dotel.metrics.exporter=logging
-Dotel.logs.exporter=logging
-Dotel.exporter.jaeger.endpoint="http://localhost:14250" # Export to jaeger
-Dotel.exporter.otlp.traces.endpoint="http://localhost:4318/v1/traces" # Export to OTLP via http
-Dotel.service.name=camel

About

Apache Camel project with hexagonal architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages