You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
I like the idea of Microphone. In our enterprise we have a lot of WCF services. Therefore I am investigating if it is possible to add WCF support to Microphone.
I would appreciate it if you would be able to help me getting started by giving me some high level info how to best approach this.
The text was updated successfully, but these errors were encountered:
It would absolutely be possible.
We might end up using that support too at work as we do have a fair share of WCF there.
This would be the absolute bare minimum to get up and running
varloggerFactory=newLoggerFactory();varlogger=loggerFactory.CreateLogger("Cluster");varoptions=newOptionsWrapper<ConsulOptions>(newConsulOptions{//configure consul here });Cluster.RegisterService(newUri("http://my.service"),newConsulProvider(loggerFactory,options),"serviceName","1.0",logger);
You can call this from whatever start up code your service have, e.g. global asax or whatever.
I like the idea of Microphone. In our enterprise we have a lot of WCF services. Therefore I am investigating if it is possible to add WCF support to Microphone.
I would appreciate it if you would be able to help me getting started by giving me some high level info how to best approach this.
The text was updated successfully, but these errors were encountered: