tree: 12ea9d4a8e94e685a30596ebb34c14a47fac8869 [path history] [tgz]
  1. dev-support/
  2. examples/
  3. gradle/
  4. java-sdk/
  5. .gitignore
  6. .java-version
  7. gradlew
  8. gradlew.bat
  9. LICENSE
  10. NOTICE
  11. README.md
  12. settings.gradle.kts
foreign/java/README.md

Java SDK for Iggy

Iggy GitHub | Website | Getting started | Documentation | Blog | Discord

Tests x


Official Java client SDK for Apache Iggy message streaming.

The client currently supports HTTP and TCP protocols with blocking implementation.

Adding the client to your project

Add dependency to pom.xml or build.gradle file.

You can find the latest version in Maven Central repository:

https://central.sonatype.com/artifact/org.apache.iggy/iggy-java-sdk

Implement consumer and producer

You can find examples for simple consumer and producer in the repository.