]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/admin/notification: add command to dump notifications 57898/head
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 5 Jun 2024 16:08:16 +0000 (16:08 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Sun, 9 Jun 2024 09:51:44 +0000 (09:51 +0000)
commite63e663dc9095589f4fe28d541fd5178c033bffd
tree39ecc49446235965a340286921a33a7e54667fe6
parent8c4f910f646947fd5a6025aee76003c4d279bb82
rgw/admin/notification: add command to dump notifications

command will dump pending notifications from a persistent queue in JSON
format:

radosgw-admin topic dump --topic <name>

Fixes: https://tracker.ceph.com/issues/66404
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/rgw/driver/rados/rgw_notify.cc
src/rgw/rgw_admin.cc
src/rgw/rgw_pubsub.cc
src/rgw/rgw_pubsub.h
src/test/cli/radosgw-admin/help.t
src/test/rgw/bucket_notification/test_bn.py