You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+172-7Lines changed: 172 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,52 @@ A Java client for the Orisun event store, providing a simple and intuitive inter
7
7
-**gRPC-based**: Built on gRPC for high-performance communication
8
8
-**Type-safe**: Generated from Protocol Buffer definitions
9
9
-**Easy to use**: Simple builder pattern for client configuration
10
-
-**Authentication**: Support for basic authentication
10
+
-**Authentication**: Support for basic authentication with token caching
11
+
-**Dual Clients**: Includes both OrisunClient (event operations) and AdminClient (user management)
12
+
-**Load Balancing**: Support for single-server, multi-server, DNS-based, and static load balancing
11
13
12
14
## Installation
13
15
14
-
### Maven
16
+
### Download from GitHub Releases
17
+
18
+
The latest release JAR (with all dependencies included) can be downloaded from the [Releases](https://github.com/oexza/orisun-client-java/releases) page.
19
+
20
+
Download the `orisun-java-client-{version}.jar` file and follow the instructions below for your build system.
21
+
22
+
### Using in Your Project
23
+
24
+
#### Maven
25
+
26
+
1. Download the JAR file from the [Releases](https://github.com/oexza/orisun-client-java/releases) page
27
+
2. Place the JAR in your project's `lib/` directory (or any directory you prefer)
0 commit comments