Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Updated badge in README to point to zalando-incubator
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4ke616 committed Oct 4, 2016
1 parent 23d1895 commit 138fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reactive Streams for Nakadi

[![Build Status](https://travis-ci.org/zalando/reactive-nakadi.svg?branch=master)](https://travis-ci.org/zalando/reactive-nakadi) [![Coverage Status](https://coveralls.io/repos/github/zalando/reactive-nakadi/badge.svg?branch=master)](https://coveralls.io/github/zalando/reactive-nakadi?branch=master)
[![Build Status](https://travis-ci.org/zalando-incubator/reactive-nakadi.svg?branch=master)](https://travis-ci.org/zalando-incubator/reactive-nakadi) [![Coverage Status](https://coveralls.io/repos/github/zalando-incubator/reactive-nakadi/badge.svg?branch=master)](https://coveralls.io/github/zalando/reactive-nakadi?branch=master)

[Reactive Streams](http://www.reactive-streams.org) wrapper for [Nakadi](https://github.com/zalando/nakadi) is enspired by [Reactive Kafka](https://github.com/softwaremill/reactive-kafka). Reactive-Nakadi is built using Akka, Akka Http and Akka Streams while communicating with Nakadi's low level API. It acts as a consumer client for Nakadi providing an interface for consuming and publishing events, while making use of Akka's backpressure functionality. It also provides offset checkpointing and later to provide high level lease management across multiple partitions.

Expand Down

0 comments on commit 138fe42

Please sign in to comment.