]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/pubsub: add kafka notification endpoint
authorYuval Lifshitz <yuvalif@yahoo.com>
Thu, 10 Oct 2019 13:27:35 +0000 (16:27 +0300)
committerYuval Lifshitz <yuvalif@yahoo.com>
Tue, 5 Nov 2019 17:25:03 +0000 (19:25 +0200)
commit354d775e04e3f979b4742d963b8788bce3874a5f
tree09a5749b55e296038117d6e880ed2652c05b39a3
parent7e4ef7f8eccdc35761e3ae347e89bf5debbc709b
rgw/pubsub: add kafka notification endpoint

Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
21 files changed:
CMakeLists.txt
ceph.spec.in
cmake/modules/FindRDKafka.cmake [new file with mode: 0644]
debian/control
do_cmake.sh
do_freebsd.sh
doc/radosgw/notifications.rst
doc/radosgw/pubsub-module.rst
src/include/config-h.in.cmake
src/rgw/CMakeLists.txt
src/rgw/rgw_amqp.cc
src/rgw/rgw_kafka.cc [new file with mode: 0644]
src/rgw/rgw_kafka.h [new file with mode: 0644]
src/rgw/rgw_main.cc
src/rgw/rgw_pubsub_push.cc
src/rgw/rgw_sync_module_pubsub.cc
src/test/CMakeLists.txt
src/test/rgw/CMakeLists.txt
src/test/rgw/kafka_stub.cc [new file with mode: 0644]
src/test/rgw/rgw_multi/tests_ps.py
src/tools/ceph-dencoder/CMakeLists.txt