Skip to content

Repository demonstrating various Service Fabric concepts like actor events & reminders and listening to configuration changes.

License

Notifications You must be signed in to change notification settings

Expecho/Service-Fabric-Concept-Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service-Fabric-Concept-Demos

Repository demonstrating various Service Fabric concepts using simple demo applications that can easily run on a local cluster.

This sample contains an Azure Service Fabric application that functions as a demonstration of Service Fabric Actors touching Events & Reminders

Service Fabric uses Configuration Packages to bundle a configuration with service instances. Those can be versioned and deployed independently of the service code. This application demonstrates how a service can react on configuration changes. It shows that the service instance is not restarted but instead changes are picked up at runtime.

Demonstration of how to replace the default EventSource implementation of an EventSource in Service Fabric using rich payloads. This also includes the use of the EventCounter class to log metrics.

About

Repository demonstrating various Service Fabric concepts like actor events & reminders and listening to configuration changes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published