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

Replace Vert.x Kafka client with native Java Kafka client in the sink endpoint #734

Merged
merged 7 commits into from
Dec 22, 2022

Commits on Dec 20, 2022

  1. Replaced Vert.x Kafka consumer with native Java one

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b477ccb View commit details
    Browse the repository at this point in the history
  2. Fixed spotbugs issues

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    086ea12 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Fixed seek test not waiting for seek completion before consumer deletion

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    aedf3d6 View commit details
    Browse the repository at this point in the history
  2. Added a noop partitions rebalance listener just for logging

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d1ee1f8 View commit details
    Browse the repository at this point in the history
  3. Fixed some thread logging at TRACE level

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    0316aac View commit details
    Browse the repository at this point in the history
  4. Fixed comments

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ba1b678 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Fixed comments

    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7179c62 View commit details
    Browse the repository at this point in the history