Kamini KamalinLevel Up CodingDynamically scale your Kafka Virtual ClustersAutoscaling of Kafka virtual clusters involves dynamically adjusting the configurations around Kafka brokers based on the workload and…Mar 8Mar 8
Kamini KamalinLevel Up CodingIntroduction to Kafka Virtual Clusters: Scaling and Managing Data StreamsThe concept of virtual clusters in Kafka involves creating multiple logical clusters within a single physical Kafka cluster. These virtual…Mar 81Mar 81
Kamini KamalinLevel Up CodingMinimize local storage usage for KafkaTiered storage in Kafka allows you to store older data on cheaper, cost-effective storage systems while keeping more recent data on faster…Nov 20, 2023Nov 20, 2023
Kamini KamalinLevel Up CodingKafka Client Best PracticesKafka is a distributed streaming platform that provides a publish-subscribe model for building real-time data pipelines and streaming…Nov 19, 20231Nov 19, 20231
Kamini KamalinLevel Up CodingJMX Beans (MBeans)JMX (Java Management Extensions) beans, also known as MBeans (Managed Beans), are a fundamental component of the JMX technology, which is a…Oct 25, 2023Oct 25, 2023
Kamini KamalinLevel Up CodingDependency Inversion Principle (DIP)The Dependency Inversion Principle (DIP) is one of the five SOLID principles of object-oriented programming and design. It was formulated…Oct 10, 2023Oct 10, 2023
Kamini KamalinLevel Up CodingChain of Responsibility | Behavioral PatternThe Chain of Responsibility is a behavioral design pattern that promotes the idea of passing a request or a command along a chain of…Oct 9, 2023Oct 9, 2023
Kamini KamalinLevel Up CodingBehavioral design pattern | Template PatternThe Template Pattern is a behavioral design pattern used in software engineering. It falls under the category of design patterns that deal…Oct 9, 2023Oct 9, 2023
Kamini KamalinLevel Up CodingBehavioral Pattern | Command PatternThe Command Pattern is a behavioral design pattern that encapsulates a request as an object, thereby allowing for parameterization of…Oct 9, 2023Oct 9, 2023
Kamini KamalinLevel Up CodingDecorator Design PatternThe Decorator design pattern is a structural design pattern that allows behavior to be added to individual objects, either statically or…Oct 5, 2023Oct 5, 2023