Kafka client 2.7.1 missing JaasUtils.isZkSecurityEnabled() method

2021-10-14 Thread Alexandre Vermeerbergen
Hello, When upgrading from Kafka client 2.4.0 our dependencies to Kafka client 2.7.1, we noticed that JaasUtils.isZkSecurityEnabled() method no longer exists. Is there an equivalent method in Kafka client 2.7.1 which could use instead ? Kind regards, Alexandre

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
Just sent the PR (https://github.com/apache/kafka/pull/7896) to fix https://issues.apache.org/jira/browse/KAFKA-9362. Feedback welcomed! Kind regards, Alexandre Le sam. 4 janv. 2020 à 22:33, Alexandre Vermeerbergen a écrit : > > Hi Jon, > > I can't assign a Kafka JIRA to myself, a

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
xandre, > > Feel free to just assign it to yourself (which is the typical practice). If > you don’t have the permission for it, please let me know your Jira id, and > I’ll grant you the permission. > > Thanks, > John > > On Sat, Jan 4, 2020, at 14:52, Alexandre Vermeerbergen wrot

Re: Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-04 Thread Alexandre Vermeerbergen
rd... just open the PR against trunk. Once it’s merged, then we > worry about cherry-picking to older release branches. > > Thanks, > John > > On Fri, Jan 3, 2020, at 08:19, Alexandre Vermeerbergen wrote: > > Hello Kafka devs, > > > > I just created this JIRA to re

Kafka compatibility with OpenJ9 Java versions >= 9

2020-01-03 Thread Alexandre Vermeerbergen
help me to avoid getting lost in branches :) or if some super clear contributor documentation exists to make per-branches PRs not a too risky game. Please also note that this issue does also impacts IBM AIX users using Java >=9, because on AIX, Java is also based on OpenJ9 JVM. Kind regards,

[jira] [Created] (KAFKA-9362) Missing GC logs when running Kafka with Java 11 with OpenJ9 VM

2020-01-03 Thread Alexandre Vermeerbergen (Jira)
Alexandre Vermeerbergen created KAFKA-9362: -- Summary: Missing GC logs when running Kafka with Java 11 with OpenJ9 VM Key: KAFKA-9362 URL: https://issues.apache.org/jira/browse/KAFKA-9362

[jira] [Commented] (KAFKA-4443) Controller should send UpdateMetadataRequest prior to LeaderAndIsrRequest during failover

2016-12-01 Thread Alexandre Vermeerbergen (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15712243#comment-15712243 ] Alexandre Vermeerbergen commented on KAFKA-4443: Hello, Could this fix be back-ported