smattheis commented on code in PR #524: URL: https://github.com/apache/flink-web/pull/524#discussion_r877865173
########## _posts/2022-04-05-buffer-debloat.md: ########## @@ -0,0 +1,174 @@ +--- +layout: post +title: "Buffer debloating overview" +date: 2022-04-05 00:00:00 +authors: +- akalashnikov: + name: "Anton Kalashnikov" +excerpt: Apache Flink adjust buffer size automatically in order to keep a balance the high throughput and the memory usage +--- + +## What is this article about? +One of the most important features of Flink is providing a streaming experience with maximum possible throughput. +In other words, the main target to keep the operator always busy and avoid idleness. Review Comment: ```suggestion In other words, the main target is to keep each operator busy and avoid idleness. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
