From: yuval Lifshitz Date: Thu, 1 Dec 2022 15:43:35 +0000 (+0200) Subject: rgw: update release notes on the removal of pubsub X-Git-Tag: v18.1.0~776^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49177%2Fhead;p=ceph.git rgw: update release notes on the removal of pubsub Signed-off-by: yuval Lifshitz --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b561d1a0367f..093655c34e47 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -74,6 +74,18 @@ but the corresponding option available in most other commands was missing. * RGW: Compression is now supported for objects uploaded with Server-Side Encryption. When both are enabled, compression is applied before encryption. +* RGW: the "pubsub" functionality for storing bucket notifications inside Ceph + is removed. Together with it, the "pubsub" zone should not be used anymore. + The REST operations, as well as radosgw-admin commands for manipulating + subscriptions, as well as fetching and acking the notifications are removed + as well. + In case that the endpoint to which the notifications are sent maybe down or + disconnected, it is recommended to use persistent notifications to guarantee + the delivery of the notifications. In case the system that consumes the + notifications needs to pull them (instead of the notifications be pushed + to it), an external message bus (e.g. rabbitmq, Kafka) should be used for + that purpose. + >=17.2.1