Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.34 KB

File metadata and controls

29 lines (17 loc) · 1.34 KB

The source code has been moved to Apache Iggy

Java SDK for Iggy

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

Tests x


Official Java client SDK for Iggy.rs 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/rs.iggy/iggy-java-sdk

Implement consumer and producer

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