[
https://issues.apache.org/jira/browse/MINIFICPP-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522368#comment-16522368
]
ASF GitHub Bot commented on MINIFICPP-427:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/360#discussion_r197824393
--- Diff: extensions/librdkafka/PublishKafka.h ---
@@ -28,6 +28,7 @@
#include "core/Property.h"
#include "core/logging/LoggerConfiguration.h"
#include "rdkafka.h"
+#include <regex>
--- End diff --
This does not work with all variants of GCC that we support. Therefore you
will either need to switch to regex.h ( C variant ) or put a note in the ReadMe
that not all versions of gcc ( I don't recall, but remember the issues with
GetFile ) may support this processor. Will then require some checks in
bootstrap to avoid users building this suite of processors for those versions.
When I have some time and am back home I can attempt a build across the
variants. I am leaning toward 4.8.4 having issues, so I will attempt that
first.
> Add headers support in PublishKafka
> -----------------------------------
>
> Key: MINIFICPP-427
> URL: https://issues.apache.org/jira/browse/MINIFICPP-427
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Pierre Villard
> Assignee: Dustin Rodrigues
> Priority: Major
>
> Would be nice to add headers support in PublishKafka (assuming Kafka 0.11+)
> in order to preserve attributes of the flow files.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)