summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_pubsub_push.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-463/+0
* rgw/pubsub: remove pusub subscription functionalityYuval Lifshitz2022-11-301-270/+0
* rgw/notifications: add cloudevents support to HTTP endpointyuval Lifshitz2022-01-071-55/+32
* rgw/http/notifications: support content type in HTTP POST messagesYuval Lifshitz2021-07-161-0/+1
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-5/+5
* rgw: add support for SSL encrypted AMQP connectionsTom Schoonjans2021-02-151-5/+19
* rgw/notification: use the term "event" for notificationsYuval Lifshitz2020-12-061-16/+16
* {rgw, cmake}: Remove WITH_BOOST_CONTEXTAdam C. Emerson2020-10-231-5/+1
* rgw/amqp: fix the "routable" delivery modeYuval Lifshitz2020-04-191-32/+28
* rgw/pubsub: add ssl+sasl security to kafkaYuval Lifshitz2020-01-081-20/+55
* rgw/pubsub: fix recerds/event json format to match documentationYuval Lifshitz2019-12-011-1/+7
* rgw/pubsub: add kafka notification endpointYuval Lifshitz2019-11-051-10/+254
* rgw/pubsub: support deletion markers and multipart uploadYuval Lifshitz2019-09-101-2/+5
* rgw/pubsub: push notifications from opsYuval Lifshitz2019-09-101-16/+111
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw/pubsub: fix topic arn. tenant support to multisite testsYuval Lifshitz2019-04-181-1/+1
* rgw/pubsub: avoid static creation of amqp managerYuval Lifshitz2019-03-311-1/+1
* rgw/pubsub: allow for endpoint definition via topicsYuval Lifshitz2019-03-271-7/+9
* rgw/pubsub: implement S3 compatible get/delete APIsYuval Lifshitz2019-03-211-8/+26
* rgw: pubsub support s3 records. refactor ARNYuval Lifshitz2019-03-211-81/+95
* rgw,cmake: add option "WITH_RADOSGW_AMQP_ENDPOINT"Kefu Chai2019-02-211-0/+7
* rgw: pubsub. fix commenst from PR#25866. support httpsYuval Lifshitz2019-02-131-10/+26
* rgw: pubsub support amqp broker reconnectsYuval Lifshitz2019-02-131-7/+14
* rgw: pubsub handle immediate errors. support connection deletionsYuval Lifshitz2019-02-131-5/+5
* rgw: pubsub move amqp ro rgw namespace. memleak fix in unittestYuval Lifshitz2019-02-131-0/+2
* rgw: pubsub handle amqp n/acksYuval Lifshitz2019-02-131-7/+67
* rgw: pubsub noack in rabbitmq + error handlingYuval Lifshitz2019-02-131-72/+85
* rgw: pubsub support amqp endpoint - demoYuval Lifshitz2019-02-131-0/+227