mberndt123 opened a new pull request, #15338:
URL: https://github.com/apache/kafka/pull/15338

   A port of Kafka-Streams-Scala.
   
   The code itself was almost entirely compatible, most of the work revolves 
around the build system.
   
   Because core doesn't yet support Scala 3, it's necessary to specify the 
Scala version for the two separately, so there is now a `streamsScalaVersion` 
in addition to `scalaVersion`.
   
   The two versions need to be compatible though because the 
Kafka-Streams-Scala tests have a dependency on the Core project. Fortunately 
Scala 2.13 and Scala 3 can coexist on the classpath, so the tests will run even 
when compiling with different Scala versions. 
   
   The Scala compiler options for Scala 3 are largely incompatible with the 
Scala 2.13 ones, so I've set them to `[]` for now as I don't know what the 
preferences of the Kafka developers are regarding that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to