You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2021/03/24 16:22:22 UTC

[nifi-minifi-cpp] branch main updated (0a3d5df -> 2b27556)

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 0a3d5df  MINIFICPP-1533 Update list of dependencies in README file.
     add 2b27556  MINIFICPP-1520 - Fix PublishKafka properties to support expression language

No new revisions were added by this update.

Summary of changes:
 PROCESSORS.md                                     |   8 +-
 extensions/librdkafka/PublishKafka.cpp            |  55 ++++---
 extensions/librdkafka/PublishKafka.h              |   3 +-
 extensions/librdkafka/tests/CMakeLists.txt        |   3 +-
 extensions/librdkafka/tests/PublishKafkaTests.cpp | 192 ++++++++++++++++++++++
 5 files changed, 232 insertions(+), 29 deletions(-)
 create mode 100644 extensions/librdkafka/tests/PublishKafkaTests.cpp