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
My primary reasons for asking this, is because of Java 24 uptake.
One of the things that will be in that version is the permanent removal of the security manager. We are currently on Java 23, and we have to use the flag -Djava.security.manager=allow to be able to run our service. That option will no longer be available in Java 23, and this requires us to migrate to Kafka 4.0.0, once that hits. Curious whether we are expecting this to be a drop-in replacement, without disruptions to the Parallel Consumer library.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My primary reasons for asking this, is because of Java 24 uptake.
One of the things that will be in that version is the permanent removal of the security manager. We are currently on Java 23, and we have to use the flag
-Djava.security.manager=allow
to be able to run our service. That option will no longer be available in Java 23, and this requires us to migrate to Kafka 4.0.0, once that hits. Curious whether we are expecting this to be a drop-in replacement, without disruptions to the Parallel Consumer library.Beta Was this translation helpful? Give feedback.
All reactions