From b3a77c3ce4588b9dec13572ee1df82be6c0c947c Mon Sep 17 00:00:00 2001 From: Harlow Ward Date: Sun, 22 Aug 2021 09:00:13 -0700 Subject: [PATCH] Remove note about consumer groups --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ff1a316..9a4f680 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Golang Kinesis Consumer - -__Note:__ This repo is under active development adding [Consumer Groups #42](https://github.com/harlow/kinesis-consumer/issues/42). Master should always be deployable, but there may be interface changes in master over the next few months. - -Latest stable release https://github.com/harlow/kinesis-consumer/releases/tag/v0.3.2 - ![technology Go](https://img.shields.io/badge/technology-go-blue.svg) [![Build Status](https://travis-ci.com/harlow/kinesis-consumer.svg?branch=master)](https://travis-ci.com/harlow/kinesis-consumer) [![GoDoc](https://godoc.org/github.com/harlow/kinesis-consumer?status.svg)](https://godoc.org/github.com/harlow/kinesis-consumer) [![GoReportCard](https://goreportcard.com/badge/github.com/harlow/kinesis-consumer)](https://goreportcard.com/report/harlow/kinesis-consumer) Kinesis consumer applications written in Go. This library is intended to be a lightweight wrapper around the Kinesis API to read records, save checkpoints (with swappable backends), and gracefully recover from service timeouts/errors.