Gutemberg Ribeiro

Results 38 issues of Gutemberg Ribeiro

This PR brings [OrleansContrib CosmosDB](https://github.com/OrleansContrib/Orleans.CosmosDB) providers to the main repo. It also implement the features mentioned in #7726 and some other pending PRs on the original repo among with several...

Hello folks! I've captured a weird situation that is throwing warnings and making the the silo to hang: ``` info: Orleans.Runtime.InsideRuntimeClient[0] Received status update for pending request, Request: Request S192.168.196.95:9591:371069501*grn/SignalR.Orleans.Users.UserGrain/0+RouterClient:ec29d6ec-243c-4fab-9fe6-3c83241c8273@032033ba->S192.168.196.95:9591:371069501*grn/Orleans.Streams.PubSubRendezvousGrain/bdcff7e7-3734-48ab-8599-17d915011b85+ORLEANS_SIGNALR_STREAM_PROVIDER_6ojsbZvH15aP6x79B0JnVg@d8d19e82...

bug
area-silos

Hello! From a a `IIncomingGrainCallFilter` implementation, I'm able a `IGrainServiceClient` implementation. However, if I try to invoke any methods on the client I get this NRE: ``` Exception has occurred:...

area-grains

Hello folks! Long time no see! So, we've gathered Today a few PRs that would unblock some use cases and will make a release of the Canvas package updating it...

- [x] Make interfaces for both storages so it can make components testable - [ ] Make the concrete storage classes to have internal ctors

enhancement

Hello folks! Using the latest Nuget: `` With Azurite on version: `3.3.0-preview` (installed from npm) And using the following code block (try/catch just to simplify the exception): ![image](https://user-images.githubusercontent.com/4714040/69637337-35cb8f00-1037-11ea-9375-fd4c07248bde.png) I have...

blob-storage
NewArch
investigation
stale

Hello! I'm trying to use this sample code to generate classes from a given json schema: ```csharp static void Main(string[] args) { var schema = JsonSchema4.FromJsonAsync(GetJsonSchema()).Result; var settings = new...

type: bug
help wanted

The provider should have an option to _automagically_ expose the Gateway/Proxy port when a silo has the Gateway installed (i.e. when `siloEntry.ProxyPort > 0`). That would open the Orleans cluster...

enhancement
help wanted

As we plan to enhance CRDs with features and to avoid breaking changes to actually break things, we should use `version` fields of all CRDs inside the codebase to control...

enhancement
help wanted

Kubernetes default client, `kubectl`, introduced on 1.8+ release the ability to create plugins which extend `kubectl` capabilities as described here https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/. Would be nice to have `kubectl orleans XXX` where...

help wanted
question