Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are some changes happened on .net version since this issue created. I just want to make sure that I'm in correct path.
I've looked at MongoDb implementation : https://github.com/umitkavala/protoactor-dotnet/blob/09e5ec1cb99da6fb4f098415e8de2d877c3330f7/src/Proto.Cluster.Identity.MongoDb/MongoIdentityStorage.cs#L10
But we don't use IIdentityLookup interface there instead we use IdentityStorage.
What I understand is we need : https://github.com/umitkavala/protoactor-dotnet/blob/09e5ec1cb99da6fb4f098415e8de2d877c3330f7/src/Proto.Cluster.Identity/IIdentityStorage.cs#L7
Question is : are we going to port Proto.Cluster.Identity project? because when I look at Mongodb project we don't use any class from that.
If I try to port Proto.Cluster.Identity project, as you can see I've already stuck at
because i.system.Root.Request doesn't return PID.
Could you please advise? IIdentityStorage + Proto.Cluster.Identity.MongoDb port?