Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Kafka Monthly Digest: May 2023

May 31, 2023
Mickael Maison

Share:

    This 64th edition of the Kafka Monthly Digest covers what happened in the Apache Kafka community in May 2023.

    For last month’s digest, see Kafka Monthly Digest: April 2023.

    Releases

    There are two releases in progress: 3.5.0 and 3.4.1.

    3.5.0

    The release process for 3.5.0 continued. Due to Kafka Summit London and KAFKA-14980, the stabilization period lasted a bit longer than the original 2 weeks. On May 22, I published 3.5.0 RC0, but a couple of blocker issues (KAFKA-15010, and PR-13748) were identified. I'll publish another RC once they are fixed. You can find the release plan with all the details in the wiki.

    3.4.1

    Luke Chen published 3.4.1 RC0 on May 17 but KAFKA-14862 introduced a regression in Streams. So Luke published RC1 on May 22 but an issue with licenses was found. RC2 was published on May 24 but again the community found an issue with the backport of KAFKA-14857. Finally Luke published RC3 on May 26. The vote is still on-going. You can find all details in the release plan in the wiki.

    Kafka Improvement Proposals

    Last month, the community submitted 13 KIPs (KIP-925 to KIP-937, 924 was skipped). I'll highlight a few of them:

    • KIP-925: Rack aware task assignment in Kafka Streams: Rack aware partition assignment was added for consumers as part of KIP-881. This KIP proposes a similar mechanism for Streams tasks. In the case of Streams, this could help reduce cross rack traffic which is often costly in term of latency and money.
    • KIP-928: Making Kafka resilient to log directories becoming full: Today if the storage volume of a log directory fills up on a broker, the broker shuts down. Once that happens, there are no mechanisms to free up space using Kafka APIs or tooling. This KIP proposes a mechanism to recover by keeping brokers running in a limited mode when they hit an IOException due to No space left on device so that topic retention policies and topic deletions can still be acted and let administrators free up space.
    • KIP-932: Queues for Kafka: Queues are a popular abstraction to efficiently distribute a workload consisting of tasks that can be processed concurrently. While in Kafka you can use partitions to distribute work, it comes with a few significant drawbacks such as the coupling between the number of partitions and consumers. This KIP aims at bringing queue semantics and APIs to Kafka. It introduces the concept of "share groups", as an alternative to consumer groups, to have multiple consumers share a partition and allow per-message acknowledgement.
    • KIP-934: Add DeleteTopicPolicy and KIP-935: Extend AlterConfigPolicy with existing configuration: Broker side policies allow validating administrative operations such as creating topics and altering configurations. These 2 KIPs intend to extend this feature by supporting topic deletions and providing more details when validating configuration updates.
    • KIP-936: Throttle number of active PIDs: Since Kafka 3.0, KafkaProducer clients are idempotent by default. For each idempotent producer, brokers keep track of its Producer Id to uniquely identify that instance. For that reason, rapidly creating new producer instances can cause memory pressure on brokers and lead to OutOfMemory errors. This KIP proposes a new type of quota to limit the rate at which new producer Ids can be created in order to protect brokers.

    Community Releases

    • strimzi-kafka-operator 0.35: Strimzi is a Kubernetes Operator for running Kafka. It's the last version to support Kubernetes 1.19 and 1.20. StrimziPodSets are now always used and support for StatefulSets has been removed.

    Blogs

    I selected some interesting blog articles that were published last month:

    • A Practical Guide to Build Data Streaming from MySQL to Elasticsearch Using Kafka Connectors
    • Is sequential IO dead in the era of the NVMe drive?
    • Queues for Kafka
    • Tales of Kafka at Cloudflare: Lessons Learnt on the Way to 1 Trillion Messages

    To learn more about Kafka, visit Red Hat Developer's Apache Kafka topic page.

    Last updated: June 1, 2023
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • How to change the meaning of python and python3 on RHEL

    • vLLM or llama.cpp: Choosing the right LLM inference engine for your use case

    • How to implement and monitor circuit breakers in OpenShift Service Mesh 3

    • Analysis of OpenShift node-system-admin-client lifespan

    • What's New in OpenShift GitOps 1.18

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue