Hi all, Support for Scala 2.13 has been added via:
https://github.com/apache/kafka/pull/5454 https://github.com/apache/kafka/pull/6989 I've updated the Jenkins PR and trunk builds to include Scala 2.13 (a separate job for PRs so that it can run in parallel with the other Scala versions, for trunk I simply adjusted the existing jobs). If you have any PR in flight, it would be good to start a Scala 2.13 build via "retest this please" or via a commit if that's needed for other reasons. For people who work on the Scala code, it's a good idea to take a look at https://github.com/apache/kafka/pull/6989 to understand what things break with Scala 2.13. Let me know if you have any questions. Ismael