Skip to content

Vector Sink - Batch & Buffer #10558

Discussion options

You must be logged in to vote

Hi @hemanthofficial3009 !

Good questions.

is buffer.max_size /bytes confined to each sink or does it apply for all the sinks we have in configuration?

Each sink has their own independent buffer which can be configured at the sink level with the options you linked to.

What would be ceiling point for the-
maximum size per batch?
maximum batch.timeout_secs ?

This depends on the amount of available memory and how many batches you expect to have in-flight.

Assuming version 2 of the vector sink (see below; you are currently using version 1 which does not support batching), there is no batch partitioning, so there will simply be 1 batch per outbound request. There can be concurrent outbound …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@hemanthofficial3009
Comment options

@jszwedko
Comment options

@hemanthofficial3009
Comment options

@hemanthofficial3009
Comment options

@jszwedko
Comment options

Answer selected by hemanthofficial3009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants