Skip to content

producer: Use single threaded stream

Ebernhardson requested to merge work/ebernhardson/serialization-issue into main

The stream was marked as parallel, but it doesn't look like the collector this sends the output to is thread safe. Various mysterious serialization problems cropped up, it looks to have been caused by multiple events overwriting each other in the collector.

Merge request reports