Karafka (Ruby + Kafka framework) 0.5.0 release details
I’m proud to announce that we’ve released a new shiny version of Karafka: Framework used to simplify Apache Kafka based Ruby applications development. In this article I will cover all the important...
View ArticleKarafka (Ruby + Kafka) framework 1.0.0 Release Notes
Note: These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the list of commits in the main Karafka repository on...
View ArticleKarafka (Ruby + Kafka) framework 1.1.0 Release Notes
Note: These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the list of commits in the main Karafka repository on...
View ArticleKafka on Rails: Using Kafka with Ruby on Rails – Part 1 – Kafka basics and...
Kafka on Rails: Using Kafka with Ruby on Rails – Part 1 – Kafka basics and its advantages Kafka on Rails: Using Kafka with Ruby on Rails – Part 2 – Getting started with Ruby and Kafka Introduction In...
View ArticleKafka on Rails: Using Kafka with Ruby on Rails – Part 2 – Getting started...
Kafka on Rails: Using Kafka with Ruby on Rails – Part 1 – Kafka basics and its advantages Kafka on Rails: Using Kafka with Ruby on Rails – Part 2 – Getting started with Ruby and Kafka Kafka Docker...
View ArticleKarafka framework 1.2.0 Release Notes (Ruby + Kafka)
Note: These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the list of commits in the main Karafka repository on...
View ArticleKarafka framework 1.3.0 Release Notes (Ruby + Kafka)
Note: These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the list of commits in the main Karafka repository on...
View ArticleKarafka framework 1.4.0 Release Notes (Ruby + Kafka)
This release mostly solves problems related to message deserialization and normalizes some of the naming conventions to ease during the upgrade to the upcoming 2.0 version. Note: This release is the...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleKarafka Web UI – Your Ruby and Rails out-of-the-box Kafka UI
I'm thrilled to announce the new and shiny addition to the Karafka ecosystem: Karafka Web. For those who wonder what Karafka is, Karafka is a Ruby and Rails multi-threaded efficient Kafka processing...
View ArticleKafka topics as code – declarative Kafka topics management in Ruby
Kafka topics are a fundamental concept in Apache Kafka. Topics are logical names or labels representing a stream of messages that Kafka clients can produce and consume. What makes them interesting is...
View ArticleInside Kafka: Enhancing Data Reliability Through Transactional Offsets with...
Karafka is a Ruby and Rails framework that simplifies the development of Apache Kafka-based applications. Among its varied features, the Filtering API provides enhanced control over the data flow. The...
View ArticleMonitoring Karafka Jobs Progress Using Web UI
Introduction Karafka is a Ruby and Rails framework designed to simplify processing messages consumed from Apache Kafka. One of Karafka's components is the Web UI. It provides a convenient way for...
View ArticleKarafka 2.4 Release Announcement: Advancing Kafka Processing for Ruby and Rails
Introduction I am thrilled to announce the release of Karafka 2.4, a significant milestone in the evolution of my Ruby and Rails multi-threaded efficient Kafka processing framework. This release builds...
View ArticleFrom Sleep to Speed: Making Rdkafka Sync Operations 16 Times Faster
As an open-source developer, I constantly seek performance gains in the code I maintain. Since I took over rdkafka from AppSignal in November 2023, I promised not only to maintain the gem but to...
View ArticleBreaking the Rules: RPC Pattern with Apache Kafka and Karafka
Introduction Using Kafka for Remote Procedure Calls (RPC) might raise eyebrows among seasoned developers. At its core, RPC is a programming technique that creates the illusion of running a function on...
View Article