From: Yuval Lifshitz Date: Mon, 7 Jul 2025 08:18:37 +0000 (+0300) Subject: Merge pull request #64110 from yuvalif/wip-yuval-71402 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f1fed16e91df2aeabe546d9f4033684cada7cdf;p=ceph.git Merge pull request #64110 from yuvalif/wip-yuval-71402 rgw/notifications: add http request timeout and max inflight --- 0f1fed16e91df2aeabe546d9f4033684cada7cdf diff --cc doc/radosgw/notifications.rst index c665d291a01d,7cdf76e97a67..031bc698ff3f --- a/doc/radosgw/notifications.rst +++ b/doc/radosgw/notifications.rst @@@ -137,10 -133,21 +137,21 @@@ Notification Performance Statistic .. note:: - ``pubsub_event_triggered`` and ``pubsub_event_lost`` are incremented per - event on each notification, but ``pubsub_push_ok`` and ``pubsub_push_fail`` - are incremented per push action on each notification. + ``pubsub_event_lost`` is incremented per event on each notification, but + ``pubsub_push_ok`` and ``pubsub_push_fail`` are incremented per push action + on each notification. + Configuration Options + ------------------------------ + The following are global configuration options for the different endpoints: + + HTTP + ~~~~ + .. confval:: rgw_http_notif_message_timeout + .. confval:: rgw_http_notif_connection_timeout + .. confval:: rgw_http_notif_max_inflight + + Bucket Notification REST API ----------------------------