This is a simple application that illustrates how to use the Eventuate Binder for Spring Cloud Stream. The Eventuate Binder enables a Spring Cloud Stream application to consume events published by the Eventuate event store.
This application consumes events that are published by the Money Transfer example application so you will need to build and run that application as well.
To run this application you need to configure the following properties: eventuate.api.key.id
, eventuate.api.key.secret
.
These are the credentials that you received when you signed up for Eventuate.