Simple adapter for Orleans streaming, based on SQS adapter.
Microsoft Orleans stream provider using Microsoft.FASTER log implementation
- uses a single local FASTER log file
- serialization using standard Orleans mechanism, albeit with code borrowed from Orleans repo
"FasterLogAdapterOptions": {
"LogFile": "f:\\temp\\orleans.log",
"LogSegmentSizeBits": 26,
"UsePersistentLog": true,
"PreallocateLogFile": true,
"CommitPeriodMillis": 1000,
"UseWatermarkForCommits": true
}