From 7bb0b999234d81a564ded9c03ca85e2efaf881c8 Mon Sep 17 00:00:00 2001 From: Maxim Vladimirskiy Date: Wed, 22 Mar 2017 22:53:26 -0700 Subject: [PATCH] Fix README.md --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428a5fda..62069ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Implemented: * At-Least-Once delivery guarantee via synchronous production and explicit acknowledgement of consumed messages. -* Support for Kafka versions up to 0.10.1.x. +* Support for Kafka up to version 0.10.1.x. #### Version 0.12.0 (2017-02-21) diff --git a/README.md b/README.md index 99007a23..8f7b9364 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ to keep track of consumer offsets. However [Group Membership API](https://cwiki. is not yet implemented, therefore it needs to talk to Zookeeper directly to manage consumer group membership. -If you are anxious get started the jump to [How-to Install](howto-install.md) -and then proceed with a quick start guide for your weapon of choice: +If you are anxious to get started then [install](howto-install.md) Kafka-Pixy +and proceed with a quick start guide for your weapon of choice: [Curl](quick-start-curl.md), [Python](quick-start-python.md), or [Golang](quick-start-golang.md). If you want to use some other language, then you still can use either of the guides for inspiration, but you would need to generate gRPC client stubs