Re: [PR] KAFKA-16237: Add Scala 3 support for Kafka Streams [kafka]

2024-07-08 Thread via GitHub


mjsax commented on PR #15338:
URL: https://github.com/apache/kafka/pull/15338#issuecomment-2214573955

   @mberndt123 --- Can you create a new PR for this, branched of `3.8` branch 
and open against `3.8`? -- We should try to make this work for `3.8` (if we 
cannot make it work on time for `3.8` -- we should not delay the release, let's 
aim for `3.9` which will follow shortly).
   
   I talke to @jlprat and he wants to help on this, too.


-- 
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



Re: [PR] KAFKA-16237: Add Scala 3 support for Kafka Streams [kafka]

2024-05-29 Thread via GitHub


dychko commented on PR #15338:
URL: https://github.com/apache/kafka/pull/15338#issuecomment-2137584639

   Any chance of getting this merged? 
   We also want to use kafka streams with Scala 3, so would appreciate it!


-- 
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



Re: [PR] KAFKA-16237: Add Scala 3 support for Kafka Streams [kafka]

2024-03-01 Thread via GitHub


altrack commented on PR #15338:
URL: https://github.com/apache/kafka/pull/15338#issuecomment-1972858044

   @mberndt123 one of the possible solutions may be to attach the Scala 3 
related step as a piggyback to Scala 2.13, it will be skipped when 
`scalaVersion=2.12`. This until we have a full Scala 3 release.
   It can be done by adding an additional project called 
`:streams:streams-scala3` which will be dependent on `:streams:streams-scala` 
and can be excluded by `-x :streams:streams-scala3`. 
   No change in gradlewAll or Jenkinsfile required.
   So, by default and with scalaVersion=2.13 it will provide us with 2 
artifacts for 2.13 and 3.
   Also, in this case I don't see a benefit of having Scala 3 versions, as 
longs as those as LTS it should just work.
   


-- 
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