Skip to content

Added flush for status topic

Without this flush, the topics can buildup in the status producer until it reaches the limit of messages that can buildup (default is 10000), which will cause the program to exit.

Merge request reports