hanbaobao-web icon indicating copy to clipboard operation
hanbaobao-web copied to clipboard

Orleans sample application with Kubernetes hosting

Results 2 hanbaobao-web issues
Sort by recently updated
recently updated
newest added

I would like to call the api endpoint from another machine , http://127.0.0.1:5000/api/Search?query=monkey. I know when we use UseLocalhostClustering(), it only support listening to localhost or 127.0.0.1. it cannot call...

I'm still new to this Orleans but I noticed that you wrapped the TermDefinition with a DictionaryEntryState. Is there a reason to do this? Is this purely a design choice...