Skip to content

Commit

Permalink
doc: rgw pubsub fixes
Browse files Browse the repository at this point in the history
following review

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
  • Loading branch information
yehudasa committed Nov 30, 2018
1 parent 2beb82a commit 5801b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/radosgw/pubsub-module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PubSub Sync Module

.. versionadded:: Nautilus

This sync module provides publish and subscribe mechanism for the object store modification
This sync module provides a publish and subscribe mechanism for the object store modification
events. Events are published into defined topics. Topics can be subscribed to, and events
can be pulled from them. Events need to be acked. Also, events will expire and disappear
after a period of time. A basic push notification mechanism exists too, but it is not
Expand All @@ -21,7 +21,7 @@ There can be multiple notifications for any specific topic.
A subscription to a topic can also be defined. There can be multiple subscriptions for any
specific topic.

New REST api was define to provide configuration and control interfaces for the pubsub
A new REST api has been defined to provide configuration and control interfaces for the pubsub
mechanisms.

Events are stored as rgw objects in a special bucket, under a special user. Events cannot
Expand Down

0 comments on commit 5801b09

Please sign in to comment.