I'm currently using HTTP (not TCP), and I wanted to optimize the buffer capacity. So instead of manually flushing after each entry; - is there a way to check if the buffer can fit more data, then auto flush and auto close if the next message exceed the capacity? - I saw `autoFlush()` and `DEFAULT_HTTP_AUTO_FLUSH_ROWS` so it seems manual flush is actually optional?