]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/kafka: update release notes
authorYuval Lifshitz <yuvalif@yahoo.com>
Wed, 29 Jan 2020 11:41:44 +0000 (13:41 +0200)
committerYuval Lifshitz <yuvalif@yahoo.com>
Wed, 19 Feb 2020 09:38:00 +0000 (11:38 +0200)
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 <yuvalif@yahoo.com>
PendingReleaseNotes

index 527b3444b2f67695df0be66e02e25edb706439f8..5fe898c46d17b0187eac2088a8936ed485833e29 100644 (file)
@@ -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.