Posted inKarafka Performance Ruby Under the Hood: Enhancing Karafka’s CPU and Memory Efficiency Posted by Ubuntu Server Admin August 25, 2024Introduction Now and then, I like to go on a performance improvement hunt because life…
Posted inKarafka rdkafka Ruby The librdkafka Supply Chain Breakdown: rdkafka-ruby’s Darkest Hour Posted by Ubuntu Server Admin July 20, 2024Opening Note We all make mistakes, and fundamentally, the havoc caused by this incident was…
Posted inapache kafka Karafka mutex From Sleep to Speed: Making Rdkafka Sync Operations 16 Times Faster Posted by Ubuntu Server Admin May 20, 2024As an open-source developer, I constantly seek performance gains in the code I maintain. Since…
Posted inapache kafka Karafka rdkafka Karafka 2.4 Release Announcement: Advancing Kafka Processing for Ruby and Rails Posted by Ubuntu Server Admin April 27, 2024Introduction I am thrilled to announce the release of Karafka 2.4, a significant milestone in…
Posted inC++ Karafka rdkafka From Oniguruma to POSIX: The Regex Rift Between Ruby and C Posted by Ubuntu Server Admin April 2, 2024Introduction In the world of Kafka and its applications, utilizing regular expressions for topic subscriptions…
Posted infiber Karafka karafka framework The Art of Forking: Unlocking Scalability in Ruby Posted by Ubuntu Server Admin February 26, 2024Introduction The journey towards efficient parallelization in library development has often been based on using…
Posted inBundler CI github actions The Ruby 2.7 Challenge: Adapting to Bundler’s Latest 2.5+ Update Posted by Ubuntu Server Admin December 18, 2023While officially End-of-Life (EOL), Ruby 2.7 remains critical in many ongoing projects. Despite its EOL…
Posted inapache kafka kafka Karafka Monitoring Karafka Jobs Progress Using Web UI Posted by Ubuntu Server Admin October 16, 2023Introduction Karafka is a Ruby and Rails framework designed to simplify processing messages consumed from…
Posted ingem Karafka Roda Asset Handling in Roda: Cache Forever, Refresh When Needed Posted by Ubuntu Server Admin October 6, 2023Introduction Managing frontend assets in gems serving Web UI can be tricky. Why? Because while…
Posted inapache kafka Karafka Ruby Inside Kafka: Enhancing Data Reliability Through Transactional Offsets with Karafka Posted by Ubuntu Server Admin June 22, 2023Karafka is a Ruby and Rails framework that simplifies the development of Apache Kafka-based applications.…