File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release Notes
4
4
## latest - Unreleased
5
5
6
6
- Update to Kafka 0.10.2.0 ([ bgaechter] , #39 )
7
+ - Switch to Scala 2.12 builds as now recommended by Kafka.
7
8
- Change config var ` GROUP_MAX_SESSION_TIMEOUT_MS ` to
8
9
` KAFKA_GROUP_MAX_SESSION_TIMEOUT_MS ` for consistency.
9
10
- Allow configuration of ` auto.create.topics.enable ` ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM netflixoss/java:8
10
10
MAINTAINER Ches Martin <ches@whiskeyandgrits.net>
11
11
12
12
# The Scala 2.11 build is currently recommended by the project.
13
- ENV KAFKA_VERSION=0.10.2.0 KAFKA_SCALA_VERSION=2.11 JMX_PORT=7203
13
+ ENV KAFKA_VERSION=0.10.2.0 KAFKA_SCALA_VERSION=2.12 JMX_PORT=7203
14
14
ENV KAFKA_RELEASE_ARCHIVE kafka_${KAFKA_SCALA_VERSION}-${KAFKA_VERSION}.tgz
15
15
16
16
RUN mkdir /kafka /data /logs
You can’t perform that action at this time.
0 commit comments