CommitThis / black-box-bmv2

Black box testing and sandbox for P4 programs written for the Behavioural Model v2.
0 stars 1 forks source link

Intercept Stream Generator to Provide Only Digest Messages #3

Open CommitThis opened 3 years ago

CommitThis commented 3 years ago

Possible QOL change. Rather than have a user filter gRPC messages from the switch, provide an interface that only returns digest messages. However would need to be considered against a users need to accept other messages, such as arbitration updates etc.

CommitThis commented 3 years ago

As a thought, regardless we could hide the get message function from a user, so that they don't have to deal with shutdown events.