No changes yet.
- Allow configuration of
num.partitions
(sjking, #40) - Allow configuration of
log.retention.hours
(#42)
- Update to Kafka 0.10.2.1
- Fixed incorrect variable name substitution for
KAFKA_AUTO_CREATE_TOPICS_ENABLE
(#43)
- Update to Kafka 0.10.2.0 (bgaechter, #39)
- Switch to Scala 2.12 builds as now recommended by Kafka.
- Change config var
GROUP_MAX_SESSION_TIMEOUT_MS
toKAFKA_GROUP_MAX_SESSION_TIMEOUT_MS
for consistency. - Allow configuration of
auto.create.topics.enable
,inter.broker.protocol.version
, andlog.message.format.version
(bgaechter, #39)
- Update to Kafka 0.10.1.1
- Allow configuration of
default.replication.factor
(sjking, #32)
- Update to Kafka 0.10.1.0 (xrl, #25)
- Update to Kafka 0.10.0.1
- Make IP detection from
/etc/hosts
in the start script resilient to multiple or partial matches. (Jamstah, #18) - Add configurability for several timeout values. (closedLoop, #20)
- Updated to Kafka 0.10.0.0
- Updated to Java 8
- Updated to Kafka 0.9.0.1
- Updated to Kafka 0.9.0.0. Switched to Scala 2.11 builds as now recommended by the project.
- Updated to Kafka 0.8.2.2
- Allow more flexible configuration of ZooKeeper connection string so that a ZK cluster can be used. (androa, #4)
- Fix
advertised.host.name
for resolution for/etc/hosts
changes in Docker 1.10.0+. (davidgiesberg, #14)
- Updated to Kafka 0.8.2.1
- Switch base image to
netflixoss/java:7
.relateiq/oracle-java7
does not tag its images, which is rather annoying for build consistency, and further, they changed it to basing onubuntu:14.10
which is not a Long Term Support release. In my opinion non-LTS versions are not suitable for production server usage. - Fix JMX connectivity by pegging RMI port.
- Cleaned up the
start.sh
script to remove RelateIQ dev particularities. - Changed EXPOSE env var names to ADVERTISED to better match Kafka config properties.
- Adds /kafka/bin to PATH for more convenient use of tools like
kafka-topics.sh
- Creates a
kafka
user to own the service process and data - Fixes slf4j-log4j not loading--typo on adding jar to classpath
Initial build with Kafka 0.8.1.1 from official binary distribution.