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: resend events with exponential backoff and wait for ACK #225

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. fix: resend events with exponential backoff and wait for ACK

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    775d0b1 View commit details
    Browse the repository at this point in the history
  2. update trace level log format

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    be44b01 View commit details
    Browse the repository at this point in the history
  3. Use a separate event writer for each agent

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f9c4d41 View commit details
    Browse the repository at this point in the history
  4. use structured log fields for resource_id and event_id

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3a75538 View commit details
    Browse the repository at this point in the history
  5. update comments in event.go

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b2a73cc View commit details
    Browse the repository at this point in the history
  6. Use a thread-safe map to manage event writers for agents

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d52b3ca View commit details
    Browse the repository at this point in the history
  7. unlock the eventMsg mu before removing it

    Signed-off-by: Chetan Banavikalmutt <[email protected]>
    chetan-rns committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1c0a1dd View commit details
    Browse the repository at this point in the history