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 scaler: concurrent offset fetches #2405

Merged
merged 11 commits into from
Jan 3, 2022
Merged

Kafka scaler: concurrent offset fetches #2405

merged 11 commits into from
Jan 3, 2022

Commits on Dec 17, 2021

  1. concurrent broker topic offset fetches

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    9f459b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. use buffered channel to avoid hanging goroutines

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1244d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f56332 View commit details
    Browse the repository at this point in the history
  3. update changelog

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4e8b8b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. saving the world, one typo at a time

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    f18f732 View commit details
    Browse the repository at this point in the history
  2. multiple brokers in kafka e2e test

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ece50a6 View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    20a72ad View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    32ed36c View commit details
    Browse the repository at this point in the history
  5. defer wg.Done() for increased readability

    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert and JorTurFer committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e19876a View commit details
    Browse the repository at this point in the history
  6. wait in the main goroutine

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4c5f63a View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. concurrently fetch consumer and producer offsets

    Signed-off-by: VerstraeteBert <[email protected]>
    VerstraeteBert committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    87cb30b View commit details
    Browse the repository at this point in the history