THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- Deprecate Scala 2.11 build in Kafka 2.4.
- Update
build.gradle
to remove all tasks for Scala 2.11 and remove code inbuild.gradle
anddependencies.gradle
that is conditional on Scala 2.11. Remove Deprecate
FunctionsCompatConversions
and other workarounds in kafka-streams-scala in order to support Scala 2.11.- Update Readme not to mention Scala 2.11 as a supported version.
- Remove any other workarounds needed by Scala 2.11 (e.g. a number of methods in `CoreUtils` can be removed).
...