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

Support request pipelining in AsyncProducer #2094

Merged
merged 6 commits into from
Jan 18, 2022

Commits on Dec 24, 2021

  1. Support request pipelining in AsyncProducer

    - introduce Broker.AsyncProduce with a callback to have a mostly non
      blocking way to produce to a single broker
    - refactor Broker.send and Broker.responseReceiver to support callback
    - factorize throttleTime metrics into Broker.updateThrottleMetric
    - add Config.Produce.Pipeline parameter (defaults to false for backward
      compatibility)
    - honor MaxOpenRequests when using AsyncProducer and
      conf.Produce.Pipeline is enabled
    - add unit and functional tests
    slaunay committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    e043d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a541612 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    0d717ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b3305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c73c55 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    7894c0e View commit details
    Browse the repository at this point in the history