Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too low interval between flushes #16

Open
blazzup opened this issue Feb 12, 2021 · 0 comments
Open

Too low interval between flushes #16

blazzup opened this issue Feb 12, 2021 · 0 comments

Comments

@blazzup
Copy link

blazzup commented Feb 12, 2021

We had problems writing a busy stream to Firehose, since it seems that the limit of 500 records per PutRecordBatch is also the max number of records per second you can send.

With default settings, Firehose was getting throttled and the actual throughput was very low. This was solved by adding a delay in Flink before sending to the sink and now our throughtput almost reaches the limit of 1MB/s for our region.

I guess similar could be achieved by increasing bufferTimeoutBetweenFlushes. Shouldn't this parameter be increased by default then or am I missing something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant