Skip to content

ganesshkumar/service-fabric-stateless-secure-remoting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-fabric-stateless-secure-remoting

A simple codebase to demonstrate secure remoting between two stateless Service Fabric services

This solution has three projects

  • SecureRemoting - Service Fabric project
  • RemoteService - Stateless service which implements a Service interface defined in WebService
  • WebService - Stateless service that consumes the RemoteService through Service Fabric remoting

The configuration for secure remoting are read implicitly from the TransportSettings section of the Settings.xml in both WebService and Remote Service.
The code has been tested in Service Fabric cluster with multiple nodetype as well.

About

A simple codebase to demonstrate secure remoting between two stateless Service Fabric services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published