Skip to content

IBM/sarama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c01858a · May 8, 2017
Oct 17, 2016
Mar 12, 2017
May 8, 2017
Dec 15, 2016
Oct 25, 2016
Oct 16, 2014
May 8, 2017
May 8, 2017
Feb 7, 2017
Apr 13, 2016
May 8, 2017
Oct 25, 2016
Jun 17, 2016
Jun 9, 2016
Feb 9, 2017
Jun 9, 2016
May 1, 2017
Feb 7, 2017
Apr 27, 2017
Apr 27, 2017
May 1, 2017
May 1, 2017
Mar 2, 2017
Nov 22, 2016
May 8, 2017
Dec 23, 2015
Feb 7, 2017
Jun 17, 2016
Jul 13, 2015
Jun 17, 2016
Aug 10, 2015
Feb 19, 2016
Jan 25, 2017
Jun 17, 2016
Dec 8, 2015
Feb 9, 2017
Jun 9, 2016
Mar 2, 2017
Oct 25, 2016
Apr 4, 2017
Feb 7, 2017
Jul 13, 2015
Jun 22, 2016
Jun 9, 2016
Oct 25, 2016
May 1, 2015
Jul 26, 2016
Nov 22, 2016
Nov 26, 2015
Jun 17, 2016
Dec 8, 2015
Feb 9, 2017
Jun 9, 2016
Mar 2, 2017
Mar 2, 2017
Feb 9, 2017
Jun 9, 2016
Jun 17, 2016
Dec 8, 2015
Feb 9, 2017
Jun 9, 2016
Jul 29, 2015
Jun 17, 2016
Dec 8, 2015
Feb 9, 2017
Jun 9, 2016
Nov 22, 2016
Feb 24, 2015
Mar 2, 2017
Jun 22, 2016
Jul 13, 2015
Jun 22, 2016
Jun 9, 2016
Oct 25, 2016
Oct 25, 2016
Oct 25, 2016
Jun 9, 2016
Jun 22, 2016
Jul 13, 2015
Jun 17, 2016
Aug 10, 2015
Jun 17, 2016
Jul 13, 2015
Jun 22, 2016
Aug 10, 2015
Jul 26, 2016
Jul 26, 2016
Oct 31, 2016
Oct 31, 2016
Oct 31, 2016
Oct 31, 2016
Dec 8, 2015
Oct 25, 2016
Mar 2, 2017
Mar 2, 2017
Oct 25, 2016
Nov 29, 2016
Jul 13, 2015
Feb 9, 2017
Jun 9, 2016
Oct 25, 2016
Oct 6, 2016
Feb 9, 2017
Oct 25, 2016
Oct 31, 2016
Mar 2, 2017
Jul 29, 2015
Aug 30, 2013
Nov 22, 2016
Jun 17, 2016
Jun 9, 2016
Feb 9, 2017
Jun 9, 2016
Oct 25, 2016
Dec 8, 2015
Feb 9, 2017
Jun 9, 2016
Feb 24, 2017
Feb 7, 2017
Apr 27, 2017
Jun 9, 2016

Repository files navigation

sarama

GoDoc Build Status

Sarama is an MIT-licensed Go client library for Apache Kafka version 0.8 (and later).

Getting started

  • API documentation and examples are available via godoc.
  • Mocks for testing are available in the mocks subpackage.
  • The examples directory contains more elaborate example applications.
  • The tools directory contains command line tools that can be useful for testing, diagnostics, and instrumentation.

You might also want to look at the Frequently Asked Questions.

Compatibility and API stability

Sarama provides a "2 releases + 2 months" compatibility guarantee: we support the two latest stable releases of Kafka and Go, and we provide a two month grace period for older releases. This means we currently officially support Go 1.8 and 1.7, and Kafka 0.10 and 0.9, although older releases are still likely to work.

Sarama follows semantic versioning and provides API stability via the gopkg.in service. You can import a version with a guaranteed stable API via http://gopkg.in/Shopify/sarama.v1. A changelog is available here.

Contributing