Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Mar 23, 2017
1 parent 220830c commit 7bb0b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bb0b99

Please sign in to comment.