From 5ad6154607ce6a6cda2d97e402d1e767fc0c6971 Mon Sep 17 00:00:00 2001 From: Jeremy Dyer Date: Fri, 8 Feb 2019 09:39:50 -0500 Subject: [PATCH] MINIFICPP-730 support dynamic properties for PublishKafka Signed-off-by: Jeremy Dyer This closes #481 --- extensions/librdkafka/PublishKafka.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/librdkafka/PublishKafka.h b/extensions/librdkafka/PublishKafka.h index 8160dbd2c3..46915b957a 100644 --- a/extensions/librdkafka/PublishKafka.h +++ b/extensions/librdkafka/PublishKafka.h @@ -175,6 +175,11 @@ class PublishKafka: public core::Processor { }; public: + + virtual bool supportsDynamicProperties() { + return true; + }; + /** * Function that's executed when the processor is scheduled. * @param context process context.