Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-11-02 | 1.1 kB | |
Version 0.5.1 source code.tar.gz | 2015-11-02 | 711.9 kB | |
Version 0.5.1 source code.zip | 2015-11-02 | 1.3 MB | |
Totals: 3 Items | 2.0 MB | 0 |
Version 0.5.1 is a minor Orbit release.
New Features - PreferLocalPlacement annotation was added. - Allows developers to prefer that an actor is activated locally. - Allows developers to specify a percentage chance of local activation. - Local placement is not guaranteed, it is only a hint to the framework. - Added consistent hash functionality to Hosting. - Helps developers write features which need to process large amounts of data across nodes. - Developers can check if the local node should process a given key. - Builder class for Orbit Stage. - Much easier to create a stage for projects not using Orbit container. - Sticky headers can now be set via Stage.
Improvements - orbit-actors-core is now decoupled from orbit-agent-loader. - Actor placement system cleaned up - Note: StatelessWorker behavior has changed. Placement is now random. Combine with PreferLocalPlacement for old behavior. - Made some internals of the framework available to developers. - Prefetching actor classes from Orbit Container when available.