Skip to content

Parallel Consumer cannot run on Java 24 #862

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

Open
jvissers opened this issue Apr 8, 2025 · 0 comments
Open

Parallel Consumer cannot run on Java 24 #862

jvissers opened this issue Apr 8, 2025 · 0 comments

Comments

@jvissers
Copy link
Contributor

jvissers commented Apr 8, 2025

This project doesn't owe me/us anything, but I feel at this point it is justified to raise an issue for this.

Effectively this is also the subject of this discussion #848 - which hasn't seen any traction yet. Essentially what this probably boils down to, is whether Parallel Consumer will be able to run on Kafka Client 3.9.1 - when that becomes available. That version will, for one, have the removal of the Security Manager (See, apache/kafka#19221 and apache/kafka#19368).

The fact that parallel consumer, now only uses Kafka 3.7.1 is already kind of a problem - as 3.9.0 has been out there for quite some time. At present, we are using Kafka clients 3.8.1 as a 4th party dependency through Helidon MP 4.1.6.

So the bottom-line is:

  • parallel consumer should probably bump its dependencies to Kafka client version 3.9.0
  • the moment Kafka client version 3.9.1 becomes available, we'd want to be able to use that version - and have support for Java 24.
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

1 participant