Blog

  • 23 August 2024

Deploy and run Canal cluster in K8s

This article documents how to compile, package, and deploy the latest Canal source code to Kubernetes to ensure normal operation in the production environment.

Read more 
  • 14 August 2024

Install and Configure Maven Tutorial

This article provides a detailed introduction to installing Maven 3.9 and higher versions, including the process of downloading, extracting, configuring system environment variables, local repository, and Alibaba Cloud mirror repository.

Read more 
  • 11 August 2024

How to ensure the graceful IHostedService shutdown

This article is a translation discussing the reasons for the timeout of `System.OperationCanceledException: The operation was canceled.` when shutting down `IHostedService`, as well as how to avoid it, thereby achieving a graceful shutdown.

Read more 
  • 01 August 2024

Deploy and run Canal locally

This document describes how to set up and run Canal locally as a prerequisite for using it for MySQL binlog synchronization.

Read more 
  • 24 March 2023

Implement consistent hashing with bounded loads

This article is a simple implementation of the Consistent Hash with bounded loads C# code for subsequent reference.

Read more