Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1.41 KB

README.adoc

File metadata and controls

41 lines (25 loc) · 1.41 KB

Stream applications generator

This is the repository used for generating the various out-of-the-box Spring Cloud Stream Applications with both Kafka and Rabbitmq binders. The repository is structured at the top level as processor-apps-generator, sink-apps-generator and source-apps-generator indicating the underlying Spring Cloud Stream application type for which the applications are generated. The actual functions used in the apps are coming from the Java Functions repository.

Applications

Following applications are generated for Kafka and Rabbit binders.

Processors

Building

Go to the root of the repo:

./mvnw clean install

Or go to the relevant application type that you are interested in and then do:

./mvnw clean install

This will generate the binder based apps which you then can cd into the apps folder and build.