Skip to content

Commit

Permalink
Merge pull request #75 from superstreamlabs/3.5.1-beta
Browse files Browse the repository at this point in the history
superstream-java:1.0.9
  • Loading branch information
shay23b authored May 23, 2024
2 parents 0ad83f6 + 9c69bdc commit 3f2d8c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This variable adjusts the learning algorithms used within the SDK to optimize da
### SUPERSTREAM_REDUCTION_ENABLED - Default false
Set this variable to enable data reduction features.

### SUPERSTREAM_TAGS - Default is empty string
Set this variable to tag the client, this is a string - comma-separated list of tags.

#### Ensure that these environment variables are properly configured in your system to fully utilize the enhanced features offered by Superstream SDK.

Apache Kafka
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ project(':clients') {
implementation libs.snappy
implementation libs.slf4jApi

implementation 'ai.superstream:superstream-java:1.0.8'
implementation 'ai.superstream:superstream-java:1.0.9'

compileOnly libs.jacksonDatabind // for SASL/OAUTHBEARER bearer token parsing
compileOnly libs.jacksonJDK8Datatypes
Expand Down
2 changes: 1 addition & 1 deletion version-beta.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.17-beta
3.5.18-beta
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.17
3.5.18

0 comments on commit 3f2d8c2

Please sign in to comment.