From 8fd80b2fc72cfb3521747e9f6e8dc4ed86616d75 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Wed, 19 Dec 2018 05:37:41 -0800 Subject: [PATCH] v1.19.3, "through the roof" - Add a universal backpressure mechanism. This should help people who were running into out-of-memory situations while bootstrapping. --- Dockerfile | 2 +- README.md | 2 +- docs/docs/quickstart.md | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fd7aeea0..e4209a9bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM maven:3.5-jdk-8 -ENV MAXWELL_VERSION=1.19.2 KAFKA_VERSION=1.0.0 +ENV MAXWELL_VERSION=1.19.3 KAFKA_VERSION=1.0.0 RUN apt-get update \ && apt-get -y upgrade \ diff --git a/README.md b/README.md index 8c276dfbf..b3bcc3e5d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ metrics collection, search indexing and inter-service communication. parser for create/alter/drop statements (nope, there was no other way). → Download: -[https://github.com/zendesk/maxwell/releases/download/v1.19.2/maxwell-1.19.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.19.2/maxwell-1.19.2.tar.gz) +[https://github.com/zendesk/maxwell/releases/download/v1.19.3/maxwell-1.19.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.19.3/maxwell-1.19.3.tar.gz)
→ Source: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 5a171aa0f..50e7a04dd 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -1,13 +1,13 @@ ### Download *** -- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.19.2/maxwell-1.19.2.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.19.2/maxwell-1.19.2.tar.gz) +- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.19.3/maxwell-1.19.3.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.19.3/maxwell-1.19.3.tar.gz) - Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell) - Obligatory copy/paste to terminal: ``` -curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.19.2/maxwell-1.19.2.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.19.3/maxwell-1.19.3.tar.gz \ | tar zxvf - -cd maxwell-1.19.2 +cd maxwell-1.19.3 ``` or get the docker image: diff --git a/pom.xml b/pom.xml index 4886181b1..f46a1e2d4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 1.19.2 + 1.19.3 jar maxwell