Krishna Kumar Mahto
Learning Backend

Learning Backend

Follow
Follow
homeAboutbadges
Tag

streaming

#streaming

More content

Read more stories on Hashnode


Articles with this tag

Configure Kafka for High Availability

Jan 21, 20234 min read

What does it mean to optimize Kafka for High Availability? This means that the Kafka applications should recover as quickly as possible from failures...

Configure Kafka for High Availability

Configure Kafka for High Durability

Dec 28, 20228 min read

What is Durability in Kafka Durability in Kafka is all about reducing the likelihood of losing a message. Confluent Cloud enforces a replication...

Configure Kafka for High Durability

Configure Kafka for Low Latency

Nov 27, 20223 min read

Latencies in Kafka Production Latency (between Producer and Leader Broker) Consumption latency (between Consumer and Leader Broker) End-to-end...

Configure Kafka for Low Latency

Configure Kafka for High Throughput

Nov 13, 202212 min read

Number of Partitions Topic partitions is a unit of parallelism in Kafka. Therefore, increasing the number of partitions of a given topic may also...

Configure Kafka for High Throughput