Skip to content

Commit 3ad9ce6

Browse files
committed
Use Scala 2.12 builds of Kafka
Scala versions usually bring some performance improvements. Closes ches#38
1 parent cf51b02 commit 3ad9ce6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
## latest - Unreleased
55

66
- Update to Kafka 0.10.2.0 ([bgaechter], #39)
7+
- Switch to Scala 2.12 builds as now recommended by Kafka.
78
- Change config var `GROUP_MAX_SESSION_TIMEOUT_MS` to
89
`KAFKA_GROUP_MAX_SESSION_TIMEOUT_MS` for consistency.
910
- Allow configuration of `auto.create.topics.enable`,

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM netflixoss/java:8
1010
MAINTAINER Ches Martin <ches@whiskeyandgrits.net>
1111

1212
# 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
1414
ENV KAFKA_RELEASE_ARCHIVE kafka_${KAFKA_SCALA_VERSION}-${KAFKA_VERSION}.tgz
1515

1616
RUN mkdir /kafka /data /logs

0 commit comments

Comments
 (0)