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

[FLINK-30056][connectors][kafka] Replace deprecated kafka-clients methods #21150

Merged
merged 2 commits into from
Nov 25, 2022

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    25228c6 View commit details
    Browse the repository at this point in the history
  2. [FLINK-30056][kafka] Use new Consumer#poll(Duration)

    This changes the blocking behavior, as the previous method essentially ignored the timeout.
    snuyanzin authored and zentol committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e9459d4 View commit details
    Browse the repository at this point in the history