Skip to content

Flush - is there a way to check for buffer length or is it really required to manual flush? #32

@razuro

Description

@razuro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions