[jira] [Created] (NIFI-7774) Implement the GetKinesisStream processor using AWS SDK

2020-08-29 Thread Domenico Campagnolo (Jira)
Domenico Campagnolo created NIFI-7774: - Summary: Implement the GetKinesisStream processor using AWS SDK Key: NIFI-7774 URL: https://issues.apache.org/jira/browse/NIFI-7774 Project: Apache NiFi

[jira] [Commented] (NIFI-7730) Jetty server does not start up when a keystore with multiple certificates is used

2020-08-29 Thread Chad Zobrisky (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187099#comment-17187099 ] Chad Zobrisky commented on NIFI-7730: - I ran into this issue on 1.12 and cannot resolv

[GitHub] [nifi-minifi-cpp] lordgamez commented on pull request #884: MINIFICPP-1203 - Correct linter reported missing spaces around comments

2020-08-29 Thread GitBox
lordgamez commented on pull request #884: URL: https://github.com/apache/nifi-minifi-cpp/pull/884#issuecomment-683277544 Is there a plan/jira ticket for also running these checks (with possibly an additionally shellcheck for shell files and flake8/pylint check for python files) in the CI a

[jira] [Closed] (MINIFICPP-1261) Deprecate obsolete ScopeGuard class

2020-08-29 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi closed MINIFICPP-1261. --- > Deprecate obsolete ScopeGuard class > --- > >

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #884: MINIFICPP-1203 - Correct linter reported missing spaces around comments

2020-08-29 Thread GitBox
hunyadi-dev opened a new pull request #884: URL: https://github.com/apache/nifi-minifi-cpp/pull/884 This PR branched off from the WIP #851, checked for linter errors and then corrected two of the currently most prevalent ones (missing space before // and missing whitespace between code and

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #883: MINIFICPP-1203 - Correct linter reported inccorrect opening brace placement

2020-08-29 Thread GitBox
hunyadi-dev opened a new pull request #883: URL: https://github.com/apache/nifi-minifi-cpp/pull/883 This PR branched off from the WIP #851, checked for linter errors and then corrected the currently most prevalent (opening brace not on new line). Script used: ```bash make linte

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #878: MINIFICPP-1104 Add SSL docker tests for PublishKafka and automate them in CI

2020-08-29 Thread GitBox
lordgamez commented on a change in pull request #878: URL: https://github.com/apache/nifi-minifi-cpp/pull/878#discussion_r479631863 ## File path: docker/test/integration/minifi/test/__init__.py ## @@ -166,20 +184,33 @@ def log_nifi_output(self): stats = container.s

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #882: MINIFICPP-1343 Create a minimal docker image target

2020-08-29 Thread GitBox
lordgamez commented on a change in pull request #882: URL: https://github.com/apache/nifi-minifi-cpp/pull/882#discussion_r479630678 ## File path: docker/Dockerfile ## @@ -54,44 +53,90 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \ libressl-

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #882: MINIFICPP-1343 Create a minimal docker image target

2020-08-29 Thread GitBox
lordgamez commented on a change in pull request #882: URL: https://github.com/apache/nifi-minifi-cpp/pull/882#discussion_r479630603 ## File path: docker/Dockerfile ## @@ -54,44 +53,90 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \ libressl-

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #882: MINIFICPP-1343 Create a minimal docker image target

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #882: URL: https://github.com/apache/nifi-minifi-cpp/pull/882#discussion_r479627249 ## File path: docker/Dockerfile ## @@ -54,44 +53,90 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \ libress

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #882: MINIFICPP-1343 Create a minimal docker image target

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #882: URL: https://github.com/apache/nifi-minifi-cpp/pull/882#discussion_r479627190 ## File path: docker/Dockerfile ## @@ -54,44 +53,90 @@ RUN apk --update --no-cache upgrade && apk --update --no-cache add gcc \ libress

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #882: MINIFICPP-1343 Create a minimal docker image target

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #882: URL: https://github.com/apache/nifi-minifi-cpp/pull/882#discussion_r479627106 ## File path: docker/DockerBuild.sh ## @@ -16,23 +17,28 @@ # under the License. # -#!/bin/bash - # Set env vars. UID_ARG=$1 GID_ARG=$2 M

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #858: MINIFICPP-1300 - Decouple ControllerServiceProvider ownerships from use-only components

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #858: URL: https://github.com/apache/nifi-minifi-cpp/pull/858#discussion_r479624626 ## File path: libminifi/include/core/ProcessContextBuilder.h ## @@ -40,6 +40,7 @@ #include "core/Repository.h" #include "core/FlowFile.h" #in

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #858: MINIFICPP-1300 - Decouple ControllerServiceProvider ownerships from use-only components

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #858: URL: https://github.com/apache/nifi-minifi-cpp/pull/858#discussion_r479624607 ## File path: nanofi/include/cxx/Instance.h ## @@ -134,7 +134,7 @@ class Instance { void transfer(const std::shared_ptr &ff, const std::sh

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #858: MINIFICPP-1300 - Decouple ControllerServiceProvider ownerships from use-only components

2020-08-29 Thread GitBox
hunyadi-dev commented on a change in pull request #858: URL: https://github.com/apache/nifi-minifi-cpp/pull/858#discussion_r479623963 ## File path: nanofi/include/cxx/Instance.h ## @@ -134,7 +134,7 @@ class Instance { void transfer(const std::shared_ptr &ff, const std::sh

[GitHub] [nifi] kotarot commented on a change in pull request #4498: NIFI-7730 Resolved issue with keystores containing multiple certificates

2020-08-29 Thread GitBox
kotarot commented on a change in pull request #4498: URL: https://github.com/apache/nifi/pull/4498#discussion_r479623885 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/test/groovy/org/apache/nifi/web/server/JettyServerGroovyTest.groovy