Jakub Konecki

Results 34 comments of Jakub Konecki

I think the link to Jay's talk is broken.

@eulerfx It seems to me as well that you're not looking for a _global_ timestamp but just for a timestamp which is already supported. Global ordering between streams could be...

> We must have `SnEi < SnEj => G(SnEi) < G(SnEj)` I think you have the implication the wrong way round. Also the above is _not_ a global timestamp as...

CosmosDB emulator supports rate limiting - there is an option in the context menu of the tray icon to enable / disable rate limiting. On Fri, 1 Dec 2017 22:31...

You can obtain HTTP status code of the throttled requests: Please note `Console.WriteLine(ex.RequestInformation.HttpStatusCode);` ``` [Test] public async Task When_hitting_request_limit_during_writes() { const int streamsToWrite = 1000; // 800RU the default limit...

Got a tweet from @CosmosDB with confirmation they are fixing it. More info to follow.

Update from CosmosDB team: Regarding the issue where batch operation error message does not indicate the operation index that has failed: yes this is a known issue and we are...

I have a similar issue (VS2022 Build Tools) and here's my project file. I removed all Import tasks. ``` Halny.Copilot.Sql.Database Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider 1033, CI True v4.8 {b066d3d6-9a95-4d8a-b7d5-7169fd581074} Always $(SqlCmdVar__1) ```

I've just heard (http://channel9.msdn.com/Shows/Cloud+Cover/Episode-160-Event-Hubs-with-Elio-Damaggio) that Halo is using Azure Event Hub with Orleans. I would like to hear more about Event Hubs and howthe integration with Orleans is done.

I would like to hear @yevhen talk about his Orleans.Bus project and Orleans patterns / best practices.