Navigation Menu

Skip to content

fabric8-quickstarts/infinispan-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Camel Spring Infinispan QuickStart

This quickstart run in a Java standalone container, using Spring with Apache Camel (Infinispan component)

This example uses a timer to trigger a message every 5 seconds, generating a random number and put this value in an Infinispan cache and then get this value.

This example is related to infinispan-server quickstart which must be up and running.

You should be able to see the operations looking at the logs of infinispan-client.

Building

Navigate to the project folder and the example can be built with

mvn clean install

Running the example in Kubernetes

It is assumed a running Kubernetes platform is already running. If not you can find details how to get started.

The example can be built and deployed using a single goal:

mvn fabric8:run

When the example runs in fabric8, you can use the OpenShift client tool to inspect the status

To list all the running pods:

oc get pods

Then find the name of the pod that runs this quickstart, and output the logs from the running pods with:

oc logs <name of pod>

You can also use the fabric8 web console to manage the running pods, and view logs and much more.

Integration Testing

The example includes a fabric8 arquillian Kubernetes Integration Test. Once the container image has been built and deployed in Kubernetes, the integration test can be run with:

mvn test -Dtest=*KT

The test is disabled by default and has to be enabled using -Dtest. Integration Testing and Fabric8 Arquillian Extension provide more information on writing full fledged black box integration tests for Kubernetes.

More details

You can find more details about running this quickstart on the website. This also includes instructions how to change the Docker image user and registry.

About

a quickstart showing how to use an Infinispan Server from an Apache Camel client on Kubernetes or OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages