Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Add a timeout to sending events to sinks #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 27, 2022

  1. Add a timeout to sending events to sinks

    If a sink takes too long to process an event, goroutines can pile up.
    For example, intermittent Kafka latency can cause memory spikes because
    of Goroutine pileup.
    sandipb committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8041101 View commit details
    Browse the repository at this point in the history