Skip to content

camelot-framework/camelot-embedded-example-whz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Camelot embedded with Hazelcast exclusion example

Example showing the way how to use the Camelot framework embedded without Hazelcast dependency. Aggregators will work in the local memory only.

Use the following steps to start sample

git clone [email protected]:camelot-framework/camelot-embedded-example-whz.git

cd camelot-embedded-example-whz

mvn clean compile jetty:run

Then you can find webapp at http://localhost:8080

Sending events and receiving the states:

curl 'http://localhost:8080/test/post?msg=Hello,World1&uuid=key1'
curl 'http://localhost:8080/test/post?msg=Hello,World2&uuid=key2'
curl 'http://localhost:8080/test/post?msg=Hello,World3&uuid=key3'
curl http://localhost:8080/test/get

About

Camelot embedded with Hazelcast exclusion example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages