Closed bwplotka closed 9 years ago
Notes about the bus (from doc)
message SomeEventEnvelope { message SomeEvent { optional bool first_event_param = 1; optional bool second_event_param = 2; (...) } optional SomeEvent message = 1; }
Based on Szymon's bus: https://github.com/mesosphere/serenity/pull/91
This PR includes: https://github.com/mesosphere/serenity/pull/93
Also this PR includes integration with ValveFilter.
Updated version: https://github.com/mesosphere/serenity/pull/98
Notes about the bus (from doc)
Based on Szymon's bus: https://github.com/mesosphere/serenity/pull/91
This PR includes: https://github.com/mesosphere/serenity/pull/93
Also this PR includes integration with ValveFilter.