Member since
09-23-2020
2
Posts
0
Kudos Received
0
Solutions
10-23-2020
06:36 AM
I have to invoke multiple Endpoints with the "same" user credentials (basic auth). I don't want to hard code "Basic Auth UserName" and "Basic Auth Password" for each InvokeHttp header. Is there a easy way to maintain it in one place and pass it to each InvokeHttp processor?
... View more
Labels:
- Labels:
-
Apache NiFi
09-23-2020
02:40 PM
I'm using a PutSNS processor which puts JSON (from API call) into SNS, in some cases JSON is more than 256KB, and I get "Size exceeds AWS SNS Limit of 256KB". Is there a way to chunk this into smaller sets?
... View more
Labels:
- Labels:
-
Apache NiFi