I have what I would think is a pretty common problem. I'm calling a service with HTTP Post and getting responses back. This all works fine except when I get many records it's pummeling the server with too many requests which it subsequently starts returning errors since it's being overloaded past the allowable limits of the service.
Is there a way to slow it down or make it wait for a request to come back before it sends another one? I know this is bad for performance but it's something I need to solve to make kettle work for our data integration. Any help would be very appreciated. Thanks!
Walter.
Is there a way to slow it down or make it wait for a request to come back before it sends another one? I know this is bad for performance but it's something I need to solve to make kettle work for our data integration. Any help would be very appreciated. Thanks!
Walter.