Skip to content

Commit

Permalink
MINIFICPP-730 support dynamic properties for PublishKafka
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Dyer <jeremydyer@apache.org>

This closes #481
  • Loading branch information
Jeremy Dyer committed Feb 8, 2019
1 parent 3e18261 commit 5ad6154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/librdkafka/PublishKafka.h
Expand Up @@ -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.
Expand Down

0 comments on commit 5ad6154

Please sign in to comment.