From: Yuval Lifshitz Date: Wed, 29 Jan 2020 11:41:44 +0000 (+0200) Subject: rgw/kafka: update release notes X-Git-Tag: v14.2.10~212^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3996479f7dcf33a15f09e9415c12a9d866f2d359;p=ceph.git rgw/kafka: update release notes Since ubuntu-xenial does not have correct librdkafka version, the nautilus release notes must give a warning that a custom librdjkafka should be used if kafka support is needed. This does not apply to octopus (or newer) since ubuntu-xenial is not supported for them. Signed-off-by: Yuval Lifshitz --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 527b3444b2f..5fe898c46d1 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -43,3 +43,7 @@ Alternatively, the warning can be silenced with:: ceph config set global mon_warn_on_pool_pg_num_not_power_of_two false + +* Bucket notifications now support Kafka endpoints. This require librdkafka of version 0.9.2 and up. + Note that Ubuntu 16.04.6 LTS (Xenial Xerus) has an older version of librdkafka, and would + require an update to the library.