Closed gzukowski closed 9 months ago
Thanks for reporting. Starting from STH version 0.39.0
, we have implemented a queuing mechanism for sending data to topics. This decision was driven by the observation that when two sources simultaneously write to the same topic, data can become interleaved and corrupted. To address this, we now allow only one provider to write to a topic at any given time. When a provider sends a POST request to a topic, it is recommended to include the header Expect: 100-continue
. Upon receiving this, STH responds with an HTTP 100 Continue
status, indicating readiness to receive the topic data payload.
Related PR: https://github.com/scramjetorg/transform-hub/pull/1010
Describe the bug Running 2 sequences, which provide info at the topic, only the first producer can be consumed. This doesnt happen at 0.34
Steps to Reproduce issue.zip
Expected behavior It should consume the whole stream.
Version (please complete the following information):