-
Notifications
You must be signed in to change notification settings - Fork 1
Change Log
canepat edited this page Dec 17, 2016
·
8 revisions
- Added MMB Data message to separate business data and administrative messages
- Added MMB Startup message to address application-level association between GWs and SVCs
- Handled MMB Startup/Shutdown messages to address application-level association as per issues #9 and #15
- Changed some thread running variables to use volatile instead of atomic primitives
- Added initial status counters support
- Refactored report classes and functions
- Added/modified unit and perf tests
- Modified MMB header structure to include Service or Gateway information and rename message number
- Added Service and Gateway end point and event channel APIs
- Added RingBufferPool usage in Gateways
- Added multiple Aeron subscriptions to the same InputMessageProcessor
- Changed Service and Gateway to maintain a list of rate reports [to be further modified]
- Extended RingBufferPool context to event channel
- Corrected multiple gateways association and communication handling [to be further modified]
- Added support for Service event channel as per issue #13
- Modified test to use changed APIs
- Corrected SBE generation script for Windows as per issue #17
- Added support for snapshot load/store
- Added unit tests
- First release