2021 GSoC NEXT LEVEL AMQP
Xu Wang
Project link: https://summerofcode.withgoogle.com/dashboard/project/4567544607801344/overview/
Mentor: Yuval Lifshitz
Org: Ceph
Describe my work briefly
-
Implement an HTTP-to-AMQP1.0 adapter demo to enable AMQP 1.0 notification
-
Add Qpid-proton AMQP 1.0 endpoint notification and integrate it in the Ceph Rados Gateway
What is done
-
Finished a demo adapter used to convert HTTP notification into AMQP 1.0 notification
-
Surveyed the usage of qpid-proton binary library in different Linux distros, and tested the usability
-
Enabled Rados Gateway to support AMQP 1.0 endpoint inside the RGW source code
-
Added unit tests of the Qpid-proton endpoint
-
Integrated the endpoint inside RGW to enable notification subscription and notification pushing
TODO
-
Add the bucket notification integration tests
-
Add SASL support for AMQP 1.0 endpoint
Others
Useful links:
[1] My demo adapter: https://github.com/EFS86340/c2amqp-adaptor
[2] My draft PR: EFS86340/ceph#2
[3] My PR: ceph/ceph#42548