compliance-framework / assessment-runtime

Other
3 stars 0 forks source link

Providers should support streaming in GRPC #33

Open onselakin opened 1 year ago

onselakin commented 1 year ago

Currently, we only see the logs and the results once all the assessments have been executed. If we enable streaming, we can get results right after they are generated.

We can also publish the result events to the bus, which means: real-time compliance checks.

onselakin commented 1 year ago

LOL, it looks like I've already implemented this.