Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70206885
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370248#comment-15370248
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on a diff i
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/483
@trixpan I found why I got the `Too many connection` exception.
I didn't setup SSL at ListenSMTP processor, so it was expecting plain text
connections.
But PutEmail uses `javax.net.ssl
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370238#comment-15370238
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on the issu
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370142#comment-15370142
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on the issue:
Github user trixpan commented on the issue:
https://github.com/apache/nifi/pull/483
@ijokarumawak Still not clear to me how you are reaching the error.
Also, note the QUIT message is not a requirement, a client may chose to
send more than a message per session, example:
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370124#comment-15370124
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on the issu
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/483
Looked at the SMTP server side, org.subethamail.smtp.server.SMTPServer to
investigate how it uses maxConnections. It's used as a Semaphore. With
successful transport, there's a QUIT message and se
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70196911
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
---
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370113#comment-15370113
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70195092
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370088#comment-15370088
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on a diff i
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370085#comment-15370085
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on a diff i
Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70194879
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370082#comment-15370082
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user ijokarumawak commented on the issu
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/483
@JPercivall @trixpan Great review process, I learned a lot from it, thank
you!
I pulled the latest PR and tested, Unit test passed, however, I got
following error if `Maximum number of SM
Randy Gelhausen created NIFI-2216:
-
Summary: PutFile doesn't create missing directories specified as
part of the filename attribute
Key: NIFI-2216
URL: https://issues.apache.org/jira/browse/NIFI-2216
Matt Burgess created NIFI-2215:
--
Summary: Enable (when available) annotated methods in
InvokeScriptedProcessor
Key: NIFI-2215
URL: https://issues.apache.org/jira/browse/NIFI-2215
Project: Apache NiFi
[
https://issues.apache.org/jira/browse/NIFI-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370013#comment-15370013
]
Koji Kawamura commented on NIFI-906:
[~joewitt] Thanks for pointing these out. I'll fix
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/563
Thanks @markap14 . I understand, I'll test to see if this works well with
primary node failure and auto-elect scenario. It'd be the best if we could
control nodes we replicate the HTTP requests to
[
https://issues.apache.org/jira/browse/NIFI-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370002#comment-15370002
]
ASF GitHub Bot commented on NIFI-2078:
--
Github user ijokarumawak commented on the issu
[
https://issues.apache.org/jira/browse/NIFI-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369938#comment-15369938
]
Alex Tilcock commented on NIFI-1922:
I've now created a new build based on the latest m
[
https://issues.apache.org/jira/browse/NIFI-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369937#comment-15369937
]
ASF GitHub Bot commented on NIFI-1922:
--
GitHub user atilcock opened a pull request:
GitHub user atilcock opened a pull request:
https://github.com/apache/nifi/pull/626
NIFI-1922 added support for HDInsight wasb file storage to the nifi-hâ¦
NIFI-1922 added support for HDInsight wasb file storage to the nifi-hadoop
processor bundle.
You can merge this pull reques
[
https://issues.apache.org/jira/browse/NIFI-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369842#comment-15369842
]
ASF GitHub Bot commented on NIFI-2214:
--
GitHub user apsaltis opened a pull request:
GitHub user apsaltis opened a pull request:
https://github.com/apache/nifi/pull/625
NIFI-2214 updated both of the Azure Event Hub processors to use latest
Azure Event Hub client
NIFI-2214 updated the both of the Azure Event Hub processors to use the
latest Azure Event Hub libraries
Andrew Psaltis created NIFI-2214:
Summary: Convert Azure Event Hub Processors to use correct Azure
Event Hub client library
Key: NIFI-2214
URL: https://issues.apache.org/jira/browse/NIFI-2214
Project:
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369656#comment-15369656
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70182626
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
---
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369636#comment-15369636
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70181608
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ListenSMTP.java
---
@@ -0,0 +1,385 @@
+/*
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369607#comment-15369607
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180543
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
---
@@ -0,0 +1,2
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369604#comment-15369604
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180515
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
---
@@ -0,0 +1,2
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369599#comment-15369599
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180484
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractEmailAttachments.java
---
@@ -0,0 +1,2
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369597#comment-15369597
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180458
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/smtp/handler/SMTPMessageHandlerFactory.java
---
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180468
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ListenSMTP.java
---
@@ -0,0 +1,385 @@
+/*
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369596#comment-15369596
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
[
https://issues.apache.org/jira/browse/NIFI-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369595#comment-15369595
]
ASF GitHub Bot commented on NIFI-1899:
--
Github user trixpan commented on a diff in the
Github user trixpan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/483#discussion_r70180440
--- Diff:
nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ListenSMTP.java
---
@@ -0,0 +1,385 @@
+/*
43 matches
Mail list logo