Skip to content

kameshsampath/infinispan-feed-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinispan Feed Provider

This project acts as Provider Service that helps in implementing OpenWhisk Feeds via Connections

In this demo provider service registers Infinispan Remote ClientCacheListener as a event source to OpenWhisk triggers. When ever a Cache Entry is created/deleted/updated this Feed will fire all the associated Triggers with event data as payload.

Refer to the following links for more information on Triggers, Rules and Feeds

Pre-requisite

  • The demo environment should already have JDG and OpenWhisk deployed.

Build and Deploy

oc project openwhisk
mvn clean package fabric8:deploy

After successful deployment, you’ll have an infinispan-feed-provider service created in the openwhisk project.