Zeinab DashtiHow Kafka Streams Uses RocksDB for State Management and Fault ToleranceLearn how Kafka Streams uses RocksDB for state management, fault tolerance, and state recovery, ensuring resilient stream processingNov 22
Zeinab DashtiComprehensive Testing Strategies for Kafka Streams: From Unit Tests to IntegrationExplore Kafka Streams testing, from unit tests with TopologyTestDriver to integration tests with EmbeddedKafka and Testcontainers.Oct 22
Zeinab DashtiEnhancing Exception Handling in Kafka Streams ApplicationsExplore strategies for effectively managing deserialization, topology, and serialization exceptions in Kafka Streams applications.Sep 22Sep 22
Zeinab DashtiHow to Implement Complex Processing Scenarios with Kafka Streams Processor APIExplore the Kafka Streams processor API anatomy and stateful stream processing use cases with the fine-grained control the API provides.Jul 22Jul 22
InITNEXTbyZeinab DashtiBuilding Streaming Application with Interactive Queries for Distributed ModeImplement a real-time scenario having interactive queries for both non-distributed and distributed mode with Kafka Streams and Spring Boot.Aug 223Aug 223
Zeinab DashtiHow Kafka Streams Uses RocksDB for State Management and Fault ToleranceLearn how Kafka Streams uses RocksDB for state management, fault tolerance, and state recovery, ensuring resilient stream processingNov 22
Zeinab DashtiComprehensive Testing Strategies for Kafka Streams: From Unit Tests to IntegrationExplore Kafka Streams testing, from unit tests with TopologyTestDriver to integration tests with EmbeddedKafka and Testcontainers.Oct 22
Zeinab DashtiEnhancing Exception Handling in Kafka Streams ApplicationsExplore strategies for effectively managing deserialization, topology, and serialization exceptions in Kafka Streams applications.Sep 22
Zeinab DashtiHow to Implement Complex Processing Scenarios with Kafka Streams Processor APIExplore the Kafka Streams processor API anatomy and stateful stream processing use cases with the fine-grained control the API provides.Jul 22
InITNEXTbyZeinab DashtiBuilding Streaming Application with Interactive Queries for Distributed ModeImplement a real-time scenario having interactive queries for both non-distributed and distributed mode with Kafka Streams and Spring Boot.Aug 223
Sarvan KattamuruKafka Streams — Access HeadersKafka Streams is a popular stream processing library and framework that is part of the Apache Kafka ecosystem. It allows you to build…Sep 6, 2023
Zeinab DashtiExactly Once Semantics Using Kafka Streams APIExactly Once Semantics from Kafka to database using Kafka Streams API alone or integrating it with Kafka ConnectApr 22
DhareshwarganeshAPACHE KAFKA SQL (KSQL)In this tutorial, We will learn how to query on kafka in realtime without kafka consumers.Feb 23, 20201