Re: [PR] NIFI-12875: Add unsuccessful HTTP status code handling logic [nifi]

2024-03-13 Thread via GitHub
Lehel44 commented on PR #8484: URL: https://github.com/apache/nifi/pull/8484#issuecomment-1996559949 Reviewing... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] NIFI-12889: Retry Kerberos login on auth failure in HDFS processors [nifi]

2024-03-13 Thread via GitHub
Lehel44 commented on code in PR #8495: URL: https://github.com/apache/nifi/pull/8495#discussion_r1524238959 ## nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java: ## @@ -372,54 +370,56 @@ public Object run() {

[PR] NIFI-12700: refactored PutKudu to optimize memory handling for AUTO_F… [nifi]

2024-03-13 Thread via GitHub
emiliosetiadarma opened a new pull request, #8501: URL: https://github.com/apache/nifi/pull/8501 …LUSH_SYNC flush mode (unbatched flush) # Summary [NIFI-12700](https://issues.apache.org/jira/browse/NIFI-12700) #

[jira] [Updated] (NIFI-12894) Replace .nifi-button with mat-icon-button

2024-03-13 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-12894: --- Status: Patch Available (was: In Progress) > Replace .nifi-button with mat-icon-button >

[jira] [Created] (NIFI-12894) Replace .nifi-button with mat-icon-button

2024-03-13 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12894: -- Summary: Replace .nifi-button with mat-icon-button Key: NIFI-12894 URL: https://issues.apache.org/jira/browse/NIFI-12894 Project: Apache NiFi Issue Type:

[PR] NIFI-12514: Add config python virtual env binary directory for windows. [nifi]

2024-03-13 Thread via GitHub
bobpaulin opened a new pull request, #8500: URL: https://github.com/apache/nifi/pull/8500 # Summary [NIFI-12514](https://issues.apache.org/jira/browse/NIFI-12514) # Tracking Please complete the following tracking steps

[jira] [Updated] (NIFI-12822) BUG - light mode sorting arrows are too dark

2024-03-13 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-12822: --- Status: Patch Available (was: In Progress) > BUG - light mode sorting arrows are too dark >

[jira] [Resolved] (NIFI-12870) Refactor the usage of Material color theming to be semantic

2024-03-13 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan resolved NIFI-12870. Resolution: Fixed > Refactor the usage of Material color theming to be semantic >

[jira] [Assigned] (NIFI-12870) Refactor the usage of Material color theming to be semantic

2024-03-13 Thread Scott Aslan (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan reassigned NIFI-12870: -- Assignee: James Elliott > Refactor the usage of Material color theming to be semantic >

[PR] [NIFI-12822] table, border, theming updates [nifi]

2024-03-13 Thread via GitHub
scottyaslan opened a new pull request, #8499: URL: https://github.com/apache/nifi/pull/8499 NIFI-12822 - listing table styles updated to include border and be more extensible - table header sort arrow color - border colors style override for tailwind - cdk drag styles now

[jira] [Commented] (NIFI-12870) Refactor the usage of Material color theming to be semantic

2024-03-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826877#comment-17826877 ] ASF subversion and git services commented on NIFI-12870: Commit

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan merged PR #8480: URL: https://github.com/apache/nifi/pull/8480 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1523939529 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/themes/nifi.scss: ## @@ -19,11 +19,15 @@ // For more

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1523938033 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/themes/nifi.scss: ## @@ -49,355 +53,100 @@

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1523936096 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss: ## @@ -187,149 +192,146 @@ $appFontPath:

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1523936670 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/themes/nifi.scss: ## @@ -49,355 +53,100 @@

Re: [PR] NIFI-12700: refactored PutKudu to optimize memory handling for AUTO_F… [nifi]

2024-03-13 Thread via GitHub
mattyb149 commented on PR #8322: URL: https://github.com/apache/nifi/pull/8322#issuecomment-1995644417 Reviewing... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[jira] [Assigned] (NIFI-11449) add autocommit property to PutDatabaseRecord processor

2024-03-13 Thread Jim Steinebrey (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Steinebrey reassigned NIFI-11449: - Assignee: Jim Steinebrey > add autocommit property to PutDatabaseRecord processor >

[jira] [Updated] (NIFI-12700) PutKudu memory optimization for unbatched flush mode (AUTO_FLUSH_SYNC)

2024-03-13 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12700: Status: Patch Available (was: Open) > PutKudu memory optimization for unbatched flush mode

[PR] NIFI-12855: Add more information to provenance events to facilitate full graph traversal [nifi]

2024-03-13 Thread via GitHub
mattyb149 opened a new pull request, #8498: URL: https://github.com/apache/nifi/pull/8498 # Summary [NIFI-12855](https://issues.apache.org/jira/browse/NIFI-12855) This PR augments the provenance capabilities to include the following features: - A reference in a provenance

[jira] [Updated] (NIFI-12855) Add more information to provenance events to facilitate full graph traversal

2024-03-13 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-12855: Description: Although NiFi has a capability in the UI to issue and display lineage queries for

Re: [PR] NIFI-12889: Retry Kerberos login on auth failure in HDFS processors [nifi]

2024-03-13 Thread via GitHub
Lehel44 commented on PR #8495: URL: https://github.com/apache/nifi/pull/8495#issuecomment-1995416957 reviewing... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1523722687 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/themes/purple.scss: ## @@ -50,354 +54,69 @@

Re: [PR] NIFI-12870 Refactor the usage of Material color theming to be semantic [nifi]

2024-03-13 Thread via GitHub
scottyaslan commented on code in PR #8480: URL: https://github.com/apache/nifi/pull/8480#discussion_r1521739029 ## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss: ## @@ -187,149 +192,146 @@ $appFontPath:

Re: [PR] MINIFICPP-2306 Filter out corrupt flowfiles during startup [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
fgerlits commented on code in PR #1738: URL: https://github.com/apache/nifi-minifi-cpp/pull/1738#discussion_r1523604085 ## extensions/rocksdb-repos/tests/RepoTests.cpp: ## @@ -781,4 +781,69 @@ TEST_CASE("Content repositories are always running", "[TestRepoIsRunning]") {

Re: [PR] MINIFICPP-2306 Filter out corrupt flowfiles during startup [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
szaszm commented on code in PR #1738: URL: https://github.com/apache/nifi-minifi-cpp/pull/1738#discussion_r1523602600 ## extensions/rocksdb-repos/tests/RepoTests.cpp: ## @@ -781,4 +781,69 @@ TEST_CASE("Content repositories are always running", "[TestRepoIsRunning]") {

Re: [PR] MINIFICPP-2283 Create tool to encrypt sensitive properties in config.yml [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
szaszm commented on code in PR #1725: URL: https://github.com/apache/nifi-minifi-cpp/pull/1725#discussion_r1523587236 ## encrypt-config/FlowConfigEncryptor.cpp: ## @@ -0,0 +1,174 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[jira] [Created] (NIFI-12893) Adjust documentation on time based properties in DBCPProperties

2024-03-13 Thread endzeit (Jira)
endzeit created NIFI-12893: -- Summary: Adjust documentation on time based properties in DBCPProperties Key: NIFI-12893 URL: https://issues.apache.org/jira/browse/NIFI-12893 Project: Apache NiFi

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
pvillard31 commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994840950 Yeah the option of opening another PR for 1.x is also OK :) As a FYI, from the Github UI, on the PR, you can change the branch against which the PR is submitted, that is why I suggested

[jira] [Assigned] (NIFI-12837) Add DFS setting to smb processors

2024-03-13 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi reassigned NIFI-12837: -- Assignee: Peter Turcsanyi > Add DFS setting to smb processors >

[jira] [Commented] (NIFI-12837) Add DFS setting to smb processors

2024-03-13 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826782#comment-17826782 ] Peter Turcsanyi commented on NIFI-12837: [~andersns] Thanks for filing this feature request! I

[PR] MINIFICPP-2308 Use 0 terminated strings in python binding interface [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
lordgamez opened a new pull request, #1743: URL: https://github.com/apache/nifi-minifi-cpp/pull/1743 https://issues.apache.org/jira/browse/MINIFICPP-2308 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

Re: [PR] NIFI-12704 Support record root reference in function arguments [nifi]

2024-03-13 Thread via GitHub
dan-s1 commented on code in PR #8450: URL: https://github.com/apache/nifi/pull/8450#discussion_r1523534416 ## nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/TestRecordPath.java: ## @@ -2115,4 +2068,11 @@ private Record createSimpleRecord() {

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
exceptionfactory commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994733725 > > @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994675042 > @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting the merger

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
pvillard31 commented on PR #8493: URL: https://github.com/apache/nifi/pull/8493#issuecomment-1994603126 @tpalfy - I think the easiest is to keep this PR for support/1.x, and open another PR targeted at main that does not use Google library. I think it's safer compared to letting the merger

Re: [PR] NIFI-11107 In ConsumeIMAP and ConsumePOP3 added support for OAUTH based authorization. [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on PR #6900: URL: https://github.com/apache/nifi/pull/6900#issuecomment-1994553665 > Hm... Sorry, but I have doubts about this... > > @tpalfy Our access tokens e.g. are valid for 60 minutes only. Due to my understanding, the StandardOauth2AccessTokenProvider.java is

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1523369229 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15 @@ private

Re: [PR] NIFI-12887 Additional ways for handling Strings as binary in PutDatabaseRecord [nifi]

2024-03-13 Thread via GitHub
tpalfy commented on code in PR #8493: URL: https://github.com/apache/nifi/pull/8493#discussion_r1523369229 ## nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java: ## @@ -764,7 +796,15 @@ private

Re: [PR] NIFI-12892: Use Kerberos user principal as isolation key instead of s… [nifi]

2024-03-13 Thread via GitHub
dan-s1 commented on code in PR #8497: URL: https://github.com/apache/nifi/pull/8497#discussion_r1523328447 ## nifi-nar-bundles/nifi-iceberg-bundle/nifi-iceberg-common/src/main/java/org/apache/nifi/processors/iceberg/AbstractIcebergProcessor.java: ## @@ -124,10 +124,16 @@ public

[jira] [Assigned] (MINIFICPP-2304) Clean up Python processor initialization

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-2304: Assignee: Gábor Gyimesi > Clean up Python processor initialization >

[jira] [Commented] (NIFI-12885) MapRecord.getAsDate timestamp breaking bug

2024-03-13 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826049#comment-17826049 ] David Handermann commented on NIFI-12885: - I agree that defining the schema type and then parsing

[jira] [Assigned] (NIFI-12885) MapRecord.getAsDate timestamp breaking bug

2024-03-13 Thread crissaegrim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crissaegrim reassigned NIFI-12885: -- Assignee: crissaegrim > MapRecord.getAsDate timestamp breaking bug >

[jira] [Commented] (NIFI-12885) MapRecord.getAsDate timestamp breaking bug

2024-03-13 Thread crissaegrim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-12885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826045#comment-17826045 ] crissaegrim commented on NIFI-12885: Think it's anti-pattern to define a schema that expects a

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-03-13 Thread via GitHub
lordgamez commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1523112270 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/PutOpenSearchVector.py: ## @@ -0,0 +1,245 @@ +# Licensed to the Apache Software

[jira] [Commented] (NIFI-8572) Documentation concerning NiFi properties override is inaccurate

2024-03-13 Thread Jim Halfpenny (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17826025#comment-17826025 ] Jim Halfpenny commented on NIFI-8572: - The docs appear to contain correct YAML syntax for setting

Re: [PR] MINIFICPP-2306 Filter out corrupt flowfiles during startup [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
martinzink commented on code in PR #1738: URL: https://github.com/apache/nifi-minifi-cpp/pull/1738#discussion_r1523086615 ## extensions/rocksdb-repos/tests/RepoTests.cpp: ## @@ -781,4 +780,83 @@ TEST_CASE("Content repositories are always running", "[TestRepoIsRunning]") {

Re: [PR] MINIFICPP-2282 Support re-encryption of sensitive properties [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
fgerlits commented on code in PR #1739: URL: https://github.com/apache/nifi-minifi-cpp/pull/1739#discussion_r1522975112 ## encrypt-config/EncryptConfigMain.cpp: ## Review Comment: it is set to an encrypted empty string, but I agree that we should not add new properties

[jira] [Assigned] (MINIFICPP-2308) python extension Dict: key type is std::string_view, but null-terminated string is required. The interface should be changed to reflect that.

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-2308: Assignee: Gábor Gyimesi > python extension Dict: key type is

Re: [PR] MINIFICPP-2306 Filter out corrupt flowfiles during startup [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
fgerlits commented on code in PR #1738: URL: https://github.com/apache/nifi-minifi-cpp/pull/1738#discussion_r1522907902 ## extensions/rocksdb-repos/tests/RepoTests.cpp: ## @@ -781,4 +780,83 @@ TEST_CASE("Content repositories are always running", "[TestRepoIsRunning]") {

[jira] [Resolved] (MINIFICPP-2118) fix HTTPClientTests failure on CentOS 7

2024-03-13 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-2118. - Resolution: Not A Problem doesn't fail anymore, probably fixed in a different jira

Re: [PR] NIFI-12831: Add PutOpenSearchVector and QueryOpenSearchVector processors [nifi]

2024-03-13 Thread via GitHub
mark-bathori commented on code in PR #8441: URL: https://github.com/apache/nifi/pull/8441#discussion_r1522929589 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/PutOpenSearchVector.py: ## @@ -0,0 +1,245 @@ +# Licensed to the Apache Software

[jira] [Updated] (MINIFICPP-2203) Add support for building Windows MSI without any redistributables included

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2203: - Status: Patch Available (was: Open) > Add support for building Windows MSI without

[jira] [Updated] (MINIFICPP-2202) The MSI installer should start the ApacheNiFiMiNiFi service

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2202: - Status: Patch Available (was: Open) > The MSI installer should start the

[jira] [Updated] (MINIFICPP-2309) Add JSON flow config examples

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2309: - Status: Patch Available (was: Open) > Add JSON flow config examples >

[jira] [Updated] (MINIFICPP-2313) Grafana Loki build fails and grpc test crashes on Windows

2024-03-13 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi updated MINIFICPP-2313: - Status: Patch Available (was: Open) > Grafana Loki build fails and grpc test

Re: [PR] MINIFICPP-2203 Add support for building Windows MSI without any redistributables included [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
lordgamez commented on code in PR #1734: URL: https://github.com/apache/nifi-minifi-cpp/pull/1734#discussion_r1522884699 ## CMakeLists.txt: ## @@ -493,20 +504,21 @@ if(WIN32) list(GET VCRUNTIME_X64_MERGEMODULES 0 VCRUNTIME_X64_MERGEMODULE_PATH) endif()

Re: [PR] MINIFICPP-2277 Add virtualenv support for python processors [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
lordgamez commented on code in PR #1721: URL: https://github.com/apache/nifi-minifi-cpp/pull/1721#discussion_r1522863070 ## extensions/python/PythonConfigState.h: ## @@ -0,0 +1,50 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

Re: [PR] MINIFICPP-2277 Add virtualenv support for python processors [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
lordgamez commented on code in PR #1721: URL: https://github.com/apache/nifi-minifi-cpp/pull/1721#discussion_r1522853483 ## extensions/python/ExecutePythonProcessor.h: ## @@ -35,10 +35,6 @@ #include "PythonScriptEngine.h" #include "PythonScriptEngine.h" -#if

Re: [PR] MINIFICPP-2203 Add support for building Windows MSI without any redistributables included [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
fgerlits commented on code in PR #1734: URL: https://github.com/apache/nifi-minifi-cpp/pull/1734#discussion_r1522822212 ## CMakeLists.txt: ## @@ -493,20 +504,21 @@ if(WIN32) list(GET VCRUNTIME_X64_MERGEMODULES 0 VCRUNTIME_X64_MERGEMODULE_PATH) endif() -

Re: [PR] NIFI-11107 In ConsumeIMAP and ConsumePOP3 added support for OAUTH based authorization. [nifi]

2024-03-13 Thread via GitHub
AnTu2702 commented on PR #6900: URL: https://github.com/apache/nifi/pull/6900#issuecomment-1993901612 Hm... Not sure about this... Our access tokens e.g. are valid for 60 minutes only. Due to my understanding, the StandardOauth2AccessTokenProvider.java is intentionally written

Re: [PR] NIFI-11107 In ConsumeIMAP and ConsumePOP3 added support for OAUTH based authorization. [nifi]

2024-03-13 Thread via GitHub
AnTu2702 commented on PR #6900: URL: https://github.com/apache/nifi/pull/6900#issuecomment-1993902221 > @AnTu2702 I think I can add a not too complicated change that only recreates the `messageReciever` when an authentication exception is encountered in a couple of days, hopefully today.

[PR] NIFI-12892: Use Kerberos user principal as isolation key instead of s… [nifi]

2024-03-13 Thread via GitHub
mark-bathori opened a new pull request, #8497: URL: https://github.com/apache/nifi/pull/8497 …ervice identifier in Iceberg processors # Summary [NIFI-12892](https://issues.apache.org/jira/browse/NIFI-12892) # Tracking

[jira] [Created] (NIFI-12892) Use Kerberos user principal as isolation key instead of service identifier in Iceberg processors

2024-03-13 Thread Mark Bathori (Jira)
Mark Bathori created NIFI-12892: --- Summary: Use Kerberos user principal as isolation key instead of service identifier in Iceberg processors Key: NIFI-12892 URL: https://issues.apache.org/jira/browse/NIFI-12892

Re: [PR] MINIFICPP-1797 Python bootstrap (part 1) [nifi-minifi-cpp]

2024-03-13 Thread via GitHub
szaszm commented on code in PR #1681: URL: https://github.com/apache/nifi-minifi-cpp/pull/1681#discussion_r1522706091 ## bootstrap/package_manager.py: ## @@ -0,0 +1,325 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.