File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ### Version 0.16.0 (TBD )
3+ #### Version 0.16.0 (2018-11-23 )
44
55Implemented:
6+ * [ #156 ] ( https://github.com/mailgun/kafka-pixy/pull/156 )
7+ [ #151 ] ( https://github.com/mailgun/kafka-pixy/pull/151 ) Added formal support
8+ for Kafka versions up to v2.1.0.
69* [ #155 ] ( https://github.com/mailgun/kafka-pixy/pull/155 ) When the last group
710 member leaves a consumer group, all group records are removed from ZooKeeper.
811 Group records were never deleted from ZooKeeper before, that could cause
912 issues with disposable groups.
10- * [ #151 ] ( https://github.com/mailgun/kafka-pixy/pull/151 ) Added formal support
11- for Kafka versions up to v2.0.0.
1213* [ #144 ] ( https://github.com/mailgun/kafka-pixy/pull/144 ) Added support for
1314 specifying and receiving Kafka record headers over both the HTTP and gRPC
1415 produce and consume interfaces.
Original file line number Diff line number Diff line change 1- FROM golang:1.11.1 -alpine3.8 AS builder
1+ FROM golang:1.11.2 -alpine3.8 AS builder
22RUN mkdir -p /go/src/github.com/mailgun/kafka-pixy
33COPY . /go/src/github.com/mailgun/kafka-pixy
44WORKDIR /go/src/github.com/mailgun/kafka-pixy
You can’t perform that action at this time.
0 commit comments