From 1af8ad21ba40d5a26e865136496e9bf1331ef9a6 Mon Sep 17 00:00:00 2001 From: yuval Lifshitz Date: Thu, 1 Dec 2022 17:43:35 +0200 Subject: [PATCH] rgw: update release notes on the removal of pubsub Signed-off-by: yuval Lifshitz --- PendingReleaseNotes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b561d1a0367ff..093655c34e47e 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 -- 2.39.5