Skip to content

christian-posta/camel-fabric-http-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric8 Gateway

The Fabric8 project -- pronounced fabricate -- is a practical DevOps framework for services running on the JVM. Things like automated deployment and centralized configuration management come out of the box and are consistent regardless of JVM container (or no container -- microservices) you use.

One of the other cool features that Fabric8 gives you out of the box is the ability to dynamically lookup, load balance, and version your services (MQ, REST/http SOAP/http, etc). Clients that live within a "fabric" created by "fabric8" can automatically take advantage of this. Your external clients can too with the Fabric8 Gateway feature. When combined with Apache Camel routes that expose CXF you can get very powerful discovery using Fabric8.

This project comes with some dummy deployments that you can use to exercise and test out the gateway for yourself.

How To

First, start by grabbing Fabric8 or its downstream, supported by Red Hat, cousin: JBoss Fuse.

Start it up:

fabric8-home$  ./bin/fabric8

Or on JBoss Fuse:

fuse-home$  ./bin/fuse

Next, you'll need to build this project:

project-home$  mvn clean install

And navigate to one of the subprojects (example: beer-service)

Now you'll have to invoke the fabric8-maven-plugin to install the profile into Fabric8/JBoss Fuse. See the fabric8-maven-plugin for more details on what it does and how to set it up:

beer-service$  mvn fabric8:deploy

Now navigate to the web console (http://localhost:8181) and go to the Wiki tab. You should see your profile there under the loadbalancer group:

picture of profiles

Now create a new container with that profile.

picture of profiles

You should have a new beer container:

picture of profiles

Now add a new container and give it the http gateway profile:

picture of profiles

Now you have your beercontainer and your http gateway container:

picture of profiles

Now you can ping the beer service through the gateway at: http://localhost:9000/cxf/beer:

picture of profiles

About

How to do reverse proxy/load balancing of cxf (REST) based camel routes using fabric8.io and the http-gateway functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages