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

[Issue 781][add consumer seek by time on partitioned topic] #782

Merged
merged 5 commits into from
Jun 23, 2022

Commits on May 30, 2022

  1. seek and every partition of topic and check for error

    PGarule authored and PGarule committed May 30, 2022
    Configuration menu
    Copy the full SHA
    fe05e22 View commit details
    Browse the repository at this point in the history
  2. use array to store errors instead of channles

    PGarule authored and PGarule committed May 30, 2022
    Configuration menu
    Copy the full SHA
    118151c View commit details
    Browse the repository at this point in the history
  3. add test case to test seek by time on partitioned topic

    PGarule authored and PGarule committed May 30, 2022
    Configuration menu
    Copy the full SHA
    afadb24 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. wrap errors

    PGarule authored and PGarule committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    35902b2 View commit details
    Browse the repository at this point in the history
  2. refactor method

    PGarule authored and PGarule committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    48e3f05 View commit details
    Browse the repository at this point in the history