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

Fixes a bug in the S3 sink where events without handles throw NPE #2814

Merged

Commits on Jun 2, 2023

  1. Fixes a bug in the S3 sink where events without handles are throwing …

    …NPEs by skipping any such handles.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c6963ea View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Added a unit test and removed an unnecessary catch. Also, don't inter…

    …rupt the thread on exceptions.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    adda827 View commit details
    Browse the repository at this point in the history