Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Oct 2, 2011
1 parent fe62db0 commit ea92355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,6 +1,6 @@
Library to use Kestrel as a spout from within Storm. It also has an adapter to allow a DRPC server to enqueue DRPC requests to Kestrel. Library to use Kestrel as a spout from within Storm. It also has an adapter to allow a DRPC server to enqueue DRPC requests to Kestrel.


To use this spout, you need to use [this fork](https://github.com/nathanmarz/kestrel) of Kestrel. This library required out-of-order acking to be exposed via Kestrel's memcached API. This is not exposed in Kestrel's master repo, but it is exposed in our fork. We hope to have this functionality rolled into master soon. To use this spout, you need to use [this fork](https://github.com/nathanmarz/kestrel) of Kestrel. This library requires out-of-order acking to be exposed via Kestrel's memcached API. This is not exposed in Kestrel's master repo, but it is exposed in our fork. We hope to have this functionality rolled into master soon.


## Spout usage ## Spout usage


Expand Down

0 comments on commit ea92355

Please sign in to comment.