Created 04-08-2024 11:11 PM
@udayAleGMSocrates wrote:Hi,
I am using InvokeHTTP processer in Apache Nifi. Only 20 requests are getting POST at a time. how can I increase the number of requests post through InvokeHttp.
Do we have any parameter we can add or change in the InvokeHTTP processer it self orDo we need to change any config level changes.
Thanks In advance.
Hello, @udayAle
To increase the number of requests that can be sent concurrently through the InvokeHTTP processor in Apache NiFi, you can adjust the following settings:
Please note that increasing the number of concurrent requests may put additional load on both NiFi and the target server, so it’s important to monitor the performance and stability of your system after making these changes. If you’re unsure about the optimal settings, it’s a good practice to incrementally increase the concurrent tasks and observe the impact.
If you need further assistance or have more questions, feel free to ask!.
Best Regard,
ryan1969