这是indexloc提供的服务,不要输入任何密码
Skip to content

fabioar87/data-streaming

Repository files navigation

Data Streaming Repository

Kafka in action and further optional research links:

The Number of Partitions

This Confluent article indicates how to plan the numnber of partitions.

Best pratices and anti patterns

Kafka can create topics automaticaly, but it is not recommended. The best practice is create them manually. It is possible create topic using script code, like sh or even terraform and ansible.

Terraform can control the topic creation and also the ACL management.

Installed Packages Locally

Distributed Systems Reading Group

Compression

An article about the pros and cons, here is the link

Here Is a question: what is network overhead?

Kafka Local Cluster Config

Kind is used to create the local kafka cluster (using the kafka on kubernetes model).Kind command to create the cluster:

$ kind create cluster --config YAML_FILE --name CLUSTER_NAME

The local cluster is configured with 3 nodes (1 control plane and two worker nodes)

About

Data Streaming Nanodegree development repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published