Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Martin Gainty
* What went wrong: 18:54:25.681 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] A problem occurred evaluating root project 'stephin'. 18:54:25.681 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not find method scalaCompiler() for arguments [org.scala-lan

Kafka 2.7.0 processor API and streams-test-utils changes

2021-02-04 Thread Upesh Desai
Hello, I recently upgraded our Kafka components to 2.7.0, and noticed the changes to the processor API. Specifically, the additions of: * org.apache.kafka.streams.processor.api.Processor * org.apache.kafka.streams.processor.api.ProcessorContext The old Topology.addProcessor() method ha

Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Martin Gainty
assuming you can run SSLServer in docker without error? what happens when you run ssh client request to SSLServer? From: Stephin Thomas Sent: Thursday, February 4, 2021 3:11 AM To: users@kafka.apache.org Subject: Re: Unable to run unit tests inside a docker conta

Re: Unable to run unit tests inside a docker container

2021-02-04 Thread Stephin Thomas
Here is the upstream link to the SslTransportLayerTest.java