Roman Golenok

Results 15 issues of Roman Golenok

As described in issue https://github.com/dotnet/orleans/issues/3190 microservices become popular and of most popular solution is using protobuf with GRPC srevices. And I think it will be more interesting if use will...

help wanted
hacktoberfest

Because of username and password deprication https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ We should use SSH keys for auth. How I can to do it with lib?

Is it possible to use this packet without ClientBuilder, when orleans backend is co-hosted with ASP.NET API ?

How can I implement authorization to grain using ClaimsName ? For example we have grain "Player" and for methods for this grain we should know that Player has right JTW...

Is there any example to load testing using TCP Sockets ?

good first issue
vnext

Is Garnet provides supporting more than RAM memory capability?

question
answered

If count of items more than :size then only first N_size elements will be processed using provided function

**Describe the bug** Catch exception when calling Start method ``` System.MissingMethodException: Method not found: 'System.Threading.Tasks.ValueTask`1 Orleans.Runtime.GrainReference.InvokeAsync(Orleans.Serialization.Invocation.IInvokable)'. at OrleansCodeGen.Orleans.SyncWork.Proxy_ISyncWorker`2.global::Orleans.SyncWork.ISyncWorker.Start(TRequest arg0) ```

I'm using this packet as persistent storage for PubSubStore in streams. And if Grain is activated - it can't be activated anymore using sterams. Exception: `Orleans.Runtime.GrainReferenceNotBoundException: Attempted to use a...