[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-20 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r636277886 ## File path: libminifi/include/utils/GeneralUtils.h ## @@ -174,6 +174,21 @@ auto invoke(F&& f, Args&&... args)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-20 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r636208293 ## File path: extensions/systemd/WorkerThread.h ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-20 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r636042420 ## File path: libminifi/src/core/ProcessSession.cpp ## @@ -241,6 +241,18 @@ void ProcessSession::write(const std::shared_ptr , OutputSt } }

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-19 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r635062484 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-19 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r635058808 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634507755 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634493818 ## File path: extensions/systemd/CMakeLists.txt ## @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634492796 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634492128 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634491843 ## File path: libminifi/include/utils/gsl.h ## @@ -26,6 +28,26 @@ namespace minifi { namespace gsl = ::gsl_lite; +namespace utils {

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634490737 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,262 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634265620 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634262538 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634262538 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634261259 ## File path: libminifi/include/utils/GeneralUtils.h ## @@ -174,6 +174,21 @@ auto invoke(F&& f, Args&&... args)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-18 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r634252578 ## File path: extensions/systemd/WorkerThread.h ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-05-10 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r629524670 ## File path: extensions/systemd/WorkerThread.h ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-04-28 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r622414758 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,254 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-04-28 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r622403565 ## File path: extensions/systemd/WorkerThread.h ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-04-28 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r622396192 ## File path: extensions/systemd/ConsumeJournald.cpp ## @@ -0,0 +1,254 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1044: MINIFICPP-1526 Add ConsumeJournald to consume systemd journal messages

2021-04-28 Thread GitBox
szaszm commented on a change in pull request #1044: URL: https://github.com/apache/nifi-minifi-cpp/pull/1044#discussion_r622390469 ## File path: CMakeLists.txt ## @@ -564,6 +560,14 @@ if (ENABLE_ALL OR ENABLE_AZURE) createExtension(AZURE-EXTENSIONS "AZURE EXTENSIONS"