Skip to content

Commit fc11520

Browse files
add Java version compatability section to docs
1 parent f99e5a0 commit fc11520

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.idea/runConfigurations/kafka_clients_example.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Works with any Java library that depends on `kafka-clients`, including:
3232
- **Intelligent optimization**: Identifies the most impactful topics to optimize
3333
- **Graceful fallback**: Falls back to default settings if optimization fails
3434

35+
## Java Version Compatibility
36+
37+
The Superstream Client library fully supports Java versions 11 through 21.
38+
3539
## Important: Producer Configuration Requirements
3640

3741
When initializing your Kafka producers, please ensure you pass the configuration as a mutable object. The Superstream library needs to modify the producer configuration to apply optimizations. The following initialization patterns are supported:

0 commit comments

Comments
 (0)