Quantcast
Channel: Thoughts on coding …
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

New Azure CosmosDB change feed processor released!

Introduction Microsoft Azure CosmosDB is an umbrella over different database services. One of them is the schema free database service called DocumentDB. You can read about it here, it has many great...

View Article



Image may be NSFW.
Clik here to view.

Benchmarks of the logging with LoggerMessage

Recently, I came across the following site: High-performance logging with LoggerMessage in ASP.NET Core. It says that the logging using LoggerMessage.Define style is a high-performance logging pattern...

View Article

Image may be NSFW.
Clik here to view.

Logging in CosmosDB change feed processor

The logging is important part of any library. It's the first thing the developers turn on in case they want to gather runtime information about the library and diagnose the issues. This post focuses on...

View Article

Image may be NSFW.
Clik here to view.

CosmosDB change feed monitoring

Let's continue in the serie of the posts focused on the CosmosDB change feed. In this post we will focus on the diagnostics. Goals After running the change feed processor we need to be sure that: the...

View Article

Image may be NSFW.
Clik here to view.

Multiple ways how to limit parallel tasks processing

I decided to write this post because I saw several implementations how to solve the following interesting exercise across several reviews last days. Exercise: Let's have a list of items. We need to...

View Article


CosmosDB change feed processor – leases and work balancing strategy

The work distribution is the one of the core change feed processor features. The purpose of the change feed processor is to receive and dispatch all the documents from all partitions of the feed...

View Article

Image may be NSFW.
Clik here to view.

CosmosDB change feed processor 2.1 released (monitoring enhancements)

There is new version of CosmosDB Change feed processor library released, version 2.1 and two main enhancements are: Upgrade to Microsoft.Azure.DocumentDB 2.0 nuget package Extensions to the monitoring...

View Article

Image may be NSFW.
Clik here to view.

CosmosDB change feed support for manual checkpoint

It was quite long time I wrote last post about the change feed processor. Let's continue the series. This time, let's look into a manual checkpoint feature. Basics Let's refresh the knowledge. CosmosDB...

View Article


How Skype modernized its backend infrastructure using Azure Cosmos DB

Whole story starts here: https://azure.microsoft.com/en-us/blog/how-skype-modernized-its-backend-infrastructure-using-azure-cosmos-db-part-1/  

View Article


Moving to another blog engine…

I'll continue my new posts here: https://fknet.wordpress.com/

View Article
Browsing all 10 articles
Browse latest View live




Latest Images