Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into ARUHA-2106
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stepanov authored Jan 2, 2019
2 parents aaa2eec + b36b05b commit 0bd6cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The goal of Nakadi (**ნაკადი** means *stream* in Georgian) is to pro
Once a publisher sends an event using a simple [HTTP POST](https://zalando.github.io/nakadi/manual.html#using_producing-events),
consumers can be pushed to via a [streaming](https://zalando.github.io/nakadi/manual.html#using_consuming-events-lola)
HTTP connection, allowing near real-time event processing.
The consumer connection has keepalive controls and support for managing stream offsets using
The consumer connection has keepalive controls and support for managing stream offsets using
[subscriptions](https://zalando.github.io/nakadi/manual.html#using_consuming-events-hila).

### Development status
Expand Down
2 changes: 1 addition & 1 deletion docs/_documentation/using_consuming-events-hila.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ examples of Subscription API creation and usage:
- [Deleting a Subscription](#deleting-a-subscription): How to remove a Subscription.
- [Getting and Listing Subscriptions](#getting-and-listing-subscriptions): How to view individual an subscription and list existing susbcriptions.

For a more detailed description and advanced configuration options please take a look at Nakadi [swagger](api/nakadi-event-bus-api.yaml) file.
For a more detailed description and advanced configuration options please take a look at Nakadi [swagger](https://github.com/zalando/nakadi/blob/master/docs/_data/nakadi-event-bus-api.yaml) file.

### Creating Subscriptions

Expand Down

0 comments on commit 0bd6cb1

Please sign in to comment.