[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-02-16 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r576623105 ## File path: libminifi/test/TestBase.cpp ## @@ -62,78 +63,51 @@ TestPlan::~TestPlan() { for (auto& processor : configured_processors_) {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-02-16 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r576622081 ## File path: libminifi/test/TestBase.cpp ## @@ -61,44 +62,41 @@ TestPlan::~TestPlan() { for (auto& processor : configured_processors_) {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-11 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r554934213 ## File path: extensions/librdkafka/docker_tests/CMakeLists.txt ## @@ -0,0 +1,36 @@ +# Review comment: I still think that the future PR in

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-11 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r554932057 ## File path: libminifi/test/TestBase.cpp ## @@ -62,78 +63,51 @@ TestPlan::~TestPlan() { for (auto& processor : configured_processors_) {

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553417399 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,553 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553426694 ## File path: extensions/librdkafka/docker_tests/CMakeLists.txt ## @@ -0,0 +1,36 @@ +# Review comment: > These are manual tests that are

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553422538 ## File path: extensions/librdkafka/rdkafka_utils.cpp ## @@ -0,0 +1,115 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553417399 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,553 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553412286 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,582 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-07 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r553410984 ## File path: extensions/librdkafka/ConsumeKafka.cpp ## @@ -0,0 +1,553 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-06 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r552700088 ## File path: extensions/librdkafka/tests/ConsumeKafkaTests.cpp ## @@ -0,0 +1,593 @@ + +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-06 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r552515195 ## File path: extensions/librdkafka/rdkafka_utils.cpp ## @@ -0,0 +1,115 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2021-01-05 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r552072783 ## File path: extensions/librdkafka/rdkafka_utils.cpp ## @@ -0,0 +1,115 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #940: MINIFICPP-1373 - Implement ConsumeKafka

2020-12-10 Thread GitBox
fgerlits commented on a change in pull request #940: URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r540258016 ## File path: libminifi/include/utils/ProcessorConfigUtils.h ## @@ -0,0 +1,76 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under