Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.4 KB

File metadata and controls

36 lines (30 loc) · 1.4 KB

Spring Cloud Dataflow for VMware GemFire

This project enables users to configure data streams for VMware GemFire for the Spring Cloud Dataflow environment by providing implementations for java.util.function.Consumer and java.util.function.Supplier. This is done by providing implementations of the Spring Cloud Stream project for VMware GemFire.

You need to include this dependency into your project:

Maven

<dependency>
    <groupId>com.vmware.gemfire</groupId>
    <artifactId>spring-cloud-starter-2022.0-gemfire-10.0</artifactId>
    <version>{project-version}</version>
</dependency>
<dependency>
    <groupId>com.vmware.gemfire</groupId>
    <artifactId>gemfire-core</artifactId>
    <version>10.0.1</version>
</dependency>
<dependency>
    <groupId>com.vmware.gemfire</groupId>
    <artifactId>gemfire-cq</artifactId>
    <version>10.0.1</version>
</dependency>

Gradle

implementation "com.vmware.gemfire:spring-cloud-starter-2022.0-gemfire-10.0:{project-version}"
implementation "com.vmware.gemfire:gemfire-core:10.0.1"
implementation "com.vmware.gemfire:gemfire-cq:10.0.1"

For more information on how to configure the project please refer to: