You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[loadgen] Close broadcast streams only after the workload has completed (#136)
#### Type of change
- Bug fix
#### Description
- Fix bug in load-geneator: Close broadcast streams only after the
workload has completed.
This ensures that any pending messages in the stream’s internal queue
are fully processed. Even if all transactions have already been
submitted, additional time may be required for them to be transmitted.
- Use a connection cache when opening all the connections in the
connection manager to avoid re-opening the same connection multiple
times.
- Fix broken rebase from prior commit.
#### Related issues
- resolves#117
Signed-off-by: Liran Funaro <liran.funaro@gmail.com>
0 commit comments