Hi,
I am using Invoke HTTP processor to invoke one API for my website Thể thao số : https://thethaoso.cc/ (this API functionality is to access data from 2 tables, does some data manipulation/operation and finally dumps the data to 3rd table, and returns response message " Data Inserted" back to NIFI)
When checked at the postman local machine this API returns the response in 30secs
But when checking the same at Nidi Invoke HTTP processor end, I am getting 504 Gateway-Timeout error, and routed to retry state, then failure state. Meanwhile when checked at the Cassandra end, data got dumped successfully
Could anyone please help to resolve this issue.