Hi there
Thank you for this plugin!
In the current implementation of use_ack is only usable for small amounts of events. use_ack blocks the process by it's check_interval and per event POST request.
This should be implemented as per chunk POST of data and also per chunk request of acknowledgement (one POST with list of events instead of one POST per event).
Finally http_keepalive should be implemented as well.
use_ack with 10000 events is not usable.
Thank you and kind regards
Sascha