One of the popular Change Data Capture (CDC) systems is debezium. In this blog post, we will discuss how to set up debezium and how it works internally.
ReadIn this post, we'll discuss consumer groups and how to achieve parallelism using them in Kafka.
ReadCelery is an asynchronous task queue to execute tasks concurrently. As the project grows, scaling celery is a tedious task. In this post, I discuss about how to design workflows with celery and how to scale it.
Read