Skip to content

Commit

Permalink
Merge pull request #66 from led/patch-1
Browse files Browse the repository at this point in the history
Small typo fixes
  • Loading branch information
theanirudhvyas authored Jun 28, 2019
2 parents b82bfe3 + 534f16f commit c5c51dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Refer [concepts](doc/CONCEPTS.md) to understand the concepts referred to in this

## Usage

Upgarde Guide to 3.x refer[here](UpgradeGuide.md)
Upgrade Guide to 3.x refer [here](UpgradeGuide.md)

Add this to your project.clj:

Expand Down Expand Up @@ -88,7 +88,7 @@ To start a stream (a thread that reads messages from Kafka), add this to your co
* :success - The message was successfuly processed and the stream should continue to the next message
* :failure - The message failed to be processed and it should be reported to sentry, it will not be retried.
* :retry - The message failed to be processed and it should be retried.
* :skip - The message should be skipped without reporting it's failure or retrying the message
* :skip - The message should be skipped without reporting its failure or retrying the message
* The start-fn is run at the application startup and can be used to initialize connection to databases, http clients, thread-pools, etc.
* The stop-fn is run at shutdown and facilitates graceful shutdown, for example, releasing db connections, shutting down http servers etc.
* Ziggurat enables reading from multiple streams and applying same/different functions to the messages. `:stream-id` is a unique identifier per stream. All configs, queues and metrics will be namespaced under this id.
Expand Down

0 comments on commit c5c51dc

Please sign in to comment.