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

KAFKA-4453 : Added code to separate controller connections and requests from the data plane #5921

Merged
merged 3 commits into from Jan 13, 2019

Commits on Dec 21, 2018

  1. Added support for separating the control-plane(controller requests) f…

    …rom the data-plane(client and other broker requests)
    MayureshGharat committed Dec 21, 2018
    Copy the full SHA
    b9a786a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52f1e28 View commit details
    Browse the repository at this point in the history
  3. Addressed comments on the PR. Changed the metric ControlPlaneNetworkP…

    …rocessorAvgIdlePercent to return Double.NaN, if the control-plane listener is not configured.
    MayureshGharat committed Dec 21, 2018
    Copy the full SHA
    c40a575 View commit details
    Browse the repository at this point in the history