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
use grpc++ instead of grpc++_unsecure
With the recent grpc bump, grpc causes troubles when both grpc and grpc_unsecure are loaded by the same binary.
Here, it is the case when StfSender and StfBuilder load the OccLite plugin (which uses grpc).
This change fixes both and allows them to be controlled by ECS again, tested on a VM setup with FLP suite.
I do not know if it might break DataDistribution in some other context, I hope that anyone reviewing it may know...
optionally store min-max raw TF range beyond random percentage
add SubTimeFrameFileSink options
--data-sink-stf-min-id <int (def=-1)>
--data-sink-stf-max-id <int (def=-1)>
to force storage of TFs with ID matching this limits (on top of
eventual random storage)