Open
Description
If the webserver sends extra responses (usually due to a timeout/retry with driver), the current implementation will throw away any partial or extra message, which could disrupt message parsing for messages following this.
Current recommendation without fix would be to ensure that the driver is not setup to do any retries and to ensure the timeout is longer than 5-10 seconds to ensure any delay in response from the webserver doesn't impact data processing.
Metadata
Metadata
Assignees
Labels
No labels