Skip to content

Streaming adapter for Microsoft.Orleans using Microsoft.FASTER log

License

Notifications You must be signed in to change notification settings

dlosch/Cloudsiders.Quickstep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Simple adapter for Orleans streaming, based on SQS adapter.

Microsoft Orleans stream provider using Microsoft.FASTER log implementation

Work in progress (Fingerübung)

  • uses a single local FASTER log file
  • serialization using standard Orleans mechanism, albeit with code borrowed from Orleans repo

Configuration

 "FasterLogAdapterOptions": {
         "LogFile": "f:\\temp\\orleans.log",
         "LogSegmentSizeBits": 26,
         "UsePersistentLog": true,
         "PreallocateLogFile": true,
         "CommitPeriodMillis": 1000,
         "UseWatermarkForCommits": true
       }

About

Streaming adapter for Microsoft.Orleans using Microsoft.FASTER log

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages