google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
39 stars 17 forks source link

Add a threadsafe hot-swappable pipeline #25

Closed cstahl1 closed 6 years ago

cstahl1 commented 6 years ago

The hot-swappable pipeline is needed for when a pipeline configuration changes while the collector is running. By using this wrapper around a pipeline, a user can asyncronously change the pipeline being used with no interruptions to the request handling.