Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently thanks to this KIP-824 now we have a way to inspect the produced requests without affecting the cluster performance. For now we have a rudimentary way which is reading the STDOUT and parsing it in order to get the batching information and the compression type.

...

Code Block
languagebash
titleExecuting command
{

{

"topic": "topic_test" {
"alrreadyalready_batching": "false",
"already_compressing": "false",
"candiatecandidate_for_bathcing": "true",
"candidate_for_compression": "true",
"compression_ratio_percetage": 400,
"average_recrods_per_batch": 25

}

}

}

...