Home

Awesome

<h1 align="center">Fluvio Client for Java</h1> <div align="center"> <strong> Java binding for Fluvio streaming platform. </strong> </div> <br />

CI Fluvio Cloud CI License JavaDoc

Documentation

Fluvio client uses javadoc to generate the client API documentation.

Note: topic creation and deletion is not yet supported in this client.

Example Usage

Checkout our example project and our Simple.java.

Add com.infinyon:fluvio:+ as a dependency. The section should look something like:

dependencies {
    // Use JUnit test framework.
    testImplementation 'junit:junit:4.13'

    // This dependency is used by the application.
    implementation 'com.google.guava:guava:29.0-jre'

    implementation 'com.infinyon:fluvio:+'
}

Supported Platforms

Currently Fluvio Java client supports the following platforms:

  1. Linux/x86_64
  2. macOS/x86_64

Developer Notes