Versions Compared

Key

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

...

LaTeX Formatting
$\textrm{poll-idle-ratio} = \frac{\textrm{time-between-poll}}{\textrm{time-inside-poll}}$

The value of this metric indicates different possible scenarios:

  • Higher value means user spends more time processing records
    • Can indicate a potential issue or performance bottleneck in user code
  • Lower value means the consumer is spending more time performing other duties such as fetching data or updating assignment metadata
    • Can indicate a potential issue or performance bottleneck in broker or consumer code

Compatibility, Deprecation, and Migration Plan

...