Created 10-26-2022 08:48 AM
Hi everyone,
I'm geting the next error in NiFi:
InvokeHTTP[] Routing to Failure due to exception: IOException thrown from InvokeHTTP[]: IOException -> okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR: org.apache.nifi.processor.exception.ProcessException: IOException thrown from InvokeHTTP[]:
okhttp3.internal.http2.StreamResetException: stream was reset: NO_ERROR
I already teste it in Postman and works fine!
Any help to try to fix it?
Thanks
Created 10-27-2022 07:38 AM
Running some tests. I find that when I make requests with few records, the processor works fine. But when I sent all the data that I require it shows the error shared above. Is there any parameter that I can modify the number of records/data in the request? Thanks