David Berkman

Results 26 comments of David Berkman

I get this error in ubuntu 22.04, openjdk 17, but not in windows with graalvm 17, if that helps...

What I mean is that I get that error under openjdk17 on ubuntu 22.04 with only 2.5.7 on the classpath, or only 3.0.0 on the classpath, but not both at...

I also checked the maven repository on the tanukisoft-based install where I get the error, and it's empty except for a few of our jars containing classpath available text templates....

I'd like to hand you a reproducer, but I develop on windows, where I can't get a reproduction. Everything works fine. In ubuntu 24.04 I can reproduce in 2.5.7 0r...

Been a while, sorry. I tried to put together a reproducer and was unsuccessful. The project works in ubuntu, with version 3.0.0, but not in our production setup. Production is...

I can not get a reproducer that fails. If I reduce the Tanukisoft wrapper, Grizzly http daemon, Jersey endpoint, plus the several aspectj byte code injected joinpoints which make up...

Maybe more than a question, Looking at the aws-auth configMap in the aws console, I see the EKS node role in the map, but not myself, as creator of the...

Thanks, using the new methodology worked for me too.

Here's the entire section. Changes from the prior version are... 1) externalAccess.service.broker and externalAccess.service.controller -> externalAcces.broker.service and externalAcces.controller.service 2) added defaultInitContainers.autoDiscovery.enabled 3) added broker.automountServiceAccountToken and controller.automountServiceAccountToken 4) changed extraConfiguration: []...

Just in case, I grabbed the whole thing... ``` # Listeners configuration listeners=CLIENT://:9092,INTERNAL://:9094,EXTERNAL://:9095,CONTROLLER://:9093 advertised.listeners=CLIENT://prod1-kafka-controller-0.prod1-kafka-controller-headless.prod1.svc.cluster.local:9092,INTERNAL://prod1-kafka-controller-0.prod1-kafka-controller-headless.prod1.svc.cluster.local:9094,EXTERNAL://ad35bef8b64fd434ab71abbcb0cfa770-816616358.us-east-1.elb.amazonaws.com:9094 listener.security.protocol.map=CLIENT:PLAINTEXT,INTERNAL:PLAINTEXT,CONTROLLER:PLAINTEXT,EXTERNAL:PLAINTEXT # KRaft process roles process.roles=controller,broker node.id=0 controller.listener.names=CONTROLLER controller.quorum.voters=0@prod1-kafka-controller-0.prod1-kafka-controller-headless.prod1.svc.cluster.local:9093,1@prod1-kafka-controller-1.prod1-kafka-controller-headless.prod1.svc.cluster.local:9093 # Kafka data logs directory log.dir=/bitnami/kafka/data #...