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-18026: KIP-1112, ProcessorWrapper API with PAPI and partial DSL implementation #17892

Merged
merged 12 commits into from
Nov 24, 2024

Commits on Nov 21, 2024

  1. API done

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9d681db View commit details
    Browse the repository at this point in the history
  2. add initial DSL wrapping

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e45693f View commit details
    Browse the repository at this point in the history
  3. add unit tests

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    020283f View commit details
    Browse the repository at this point in the history
  4. add test for PAPI

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    db821c7 View commit details
    Browse the repository at this point in the history
  5. improve test stuff

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    278a2b3 View commit details
    Browse the repository at this point in the history
  6. add DSL processors test

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    05dac13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7ae58f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06a2737 View commit details
    Browse the repository at this point in the history
  9. fix doc string

    ableegoldman committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    549b412 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. review feedback

    ableegoldman committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    300c269 View commit details
    Browse the repository at this point in the history
  2. fix import order

    ableegoldman committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cb7dbf1 View commit details
    Browse the repository at this point in the history
  3. fix mock in test

    ableegoldman committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f553b74 View commit details
    Browse the repository at this point in the history