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

feat: idle watermark v0 #520

Merged
merged 24 commits into from
Feb 4, 2023
Merged

feat: idle watermark v0 #520

merged 24 commits into from
Feb 4, 2023

Commits on Feb 1, 2023

  1. update ot Value struct

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a3633dc View commit details
    Browse the repository at this point in the history
  2. add PublishIdleWatermark to Publisher interface

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7fd15df View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    14a6e3c View commit details
    Browse the repository at this point in the history
  4. add: forwarder publishes idle watermark after processing a chunk

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e7f410d View commit details
    Browse the repository at this point in the history
  5. add fetcher logic and TODO

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    bfb4d47 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. update offset_timeline logic

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c0e0bef View commit details
    Browse the repository at this point in the history
  2. add fetcher processing idle watermark logic

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d7150a0 View commit details
    Browse the repository at this point in the history
  3. add comments

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2d8a7e6 View commit details
    Browse the repository at this point in the history
  4. add a comment

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cf2fce4 View commit details
    Browse the repository at this point in the history
  5. use head watermark to replace idle watermark

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d253692 View commit details
    Browse the repository at this point in the history
  6. add comment

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2f3797d View commit details
    Browse the repository at this point in the history
  7. rename

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1cfb7ad View commit details
    Browse the repository at this point in the history
  8. Revert "rename"

    This reverts commit 1cfb7ad.
    
    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9603f28 View commit details
    Browse the repository at this point in the history
  9. add pnf tests

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0cbb483 View commit details
    Browse the repository at this point in the history
  10. rename

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    756d8f4 View commit details
    Browse the repository at this point in the history
  11. add forward_test tests

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    086182c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. clean up

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3aa475f View commit details
    Browse the repository at this point in the history
  2. add godoc

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d9ff61c View commit details
    Browse the repository at this point in the history
  3. add test

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f3aceed View commit details
    Browse the repository at this point in the history
  4. add offset_timeline test

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4113102 View commit details
    Browse the repository at this point in the history
  5. fix offset_timeline Put logic

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1c018f6 View commit details
    Browse the repository at this point in the history
  6. add fetch pkg test

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8b619c9 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin' into v0-idle-watermark

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9e001a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. refmt log

    Signed-off-by: jyu6 <[email protected]>
    jyu6 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1c7d438 View commit details
    Browse the repository at this point in the history