Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 21 support for confluent schema registry #3221

Open
kaushiksrinivas opened this issue Aug 13, 2024 · 5 comments
Open

Java 21 support for confluent schema registry #3221

kaushiksrinivas opened this issue Aug 13, 2024 · 5 comments

Comments

@kaushiksrinivas
Copy link

Does confluent schema registry support java 21 runtime. Is there a documentation link capturing supported java versions for schema registry ?

@OneCricketeer
Copy link
Contributor

The whole Confluent Platform adheres to Java versions listed here
https://docs.confluent.io/platform/current/installation/versions-interoperability.html#java

@swathimocharla
Copy link

hi @OneCricketeer , thank you for your response.
Apache Kafka supports Java 21 with https://issues.apache.org/jira/browse/KAFKA-15485
Is there any particular reason we don't list Java 21 support for Kafka in the confluent documentation

@OneCricketeer
Copy link
Contributor

Every component of the Platform needs to support Java 21, not just Kafka. This includes Schema Registry, REST Proxy, Replicator, Control Center, etc

@kaushiksrinivas
Copy link
Author

kaushiksrinivas commented Aug 26, 2024

Hi @OneCricketeer
Can we conclude that components like Schema registry does not support java 21 and hence the whole platform is not listing java 21 ?

@OneCricketeer
Copy link
Contributor

@kaushiksrinivas Hello. Yes, that's what the documentation implies.

Have you tried running it, though? Are you experiencing any errors? It's compiled with Java 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants