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 340: Fix event writer implementation and add flush #341

Merged
merged 12 commits into from
Jan 7, 2022

Commits on Jan 3, 2022

  1. add flush for event writer

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    14b64ae View commit details
    Browse the repository at this point in the history
  2. make sure flush events dont have header

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7d4e4dc View commit details
    Browse the repository at this point in the history
  3. updated order of write and flush

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    500a88c View commit details
    Browse the repository at this point in the history
  4. add panic when failed to track event in flush

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    ad3c48e View commit details
    Browse the repository at this point in the history
  5. embedd flush sender within Pending event

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    0d18eb9 View commit details
    Browse the repository at this point in the history
  6. update format

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    dfd70b0 View commit details
    Browse the repository at this point in the history
  7. ignore receiver error upon calling flush

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    c2219ef View commit details
    Browse the repository at this point in the history
  8. cleanup

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    d228d36 View commit details
    Browse the repository at this point in the history
  9. removed flush_cleared and updated flush functionality

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    61c7df3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. send empty event to flush call in same segment

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    92a712a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. clear completed events in beginning of queue

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    d64601f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. throw error fast if trying to flush closed channels

    Signed-off-by: dellThejas <[email protected]>
    dellThejas committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    117724b View commit details
    Browse the repository at this point in the history