Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Kafka Monthly Digest: March 2026

April 3, 2026
Mickael Maison
Related topics:
Kafka
Related products:
Streams for Apache Kafka
    This 98th edition of the Kafka Monthly Digest covers what happened in the Apache Kafka community in March 2026.
     
    For last month’s digest, see Kafka Monthly Digest: February 2026.
     

    Releases

    There are 2 new releases (4.0.2 and 4.1.2) and 2 releases are in progress (4.3.0 and 4.2.1):
     

    4.0.2

    Viktor Somogyi-Vass released 4.0.2 on March 16. This bug fix release fixes 43 issues, including several blocker Jiras. It also updates dependencies (log4j, lz4, jetty) to resolve CVEs. You can find the announcement on the blog and the release plan in the wiki.
     

    4.1.2

    Andrew Schofield released 4.1.2 on March 17. This bug fix release fixes 31 issues. Like 4.0.2, it updates dependencies (log4j, lz4, jetty) to resolve CVEs. You can find the announcement on the blog and the release plan in the wiki.
     

    4.3.0

    The release process for Kafka 4.3.0 continued. Feature freeze happened on March 18. The next milestone is code freeze on April 8. The release is planned for May. You can find the release plan in the wiki.
     

    4.2.1

    On March 25, PoAn Yang volunteered to run the 4.2.1 release. You can find the release plan in the wiki.
     

    Kafka Improvement Proposals

    Last month, the community submitted 16 KIPs (KIP-1293 to KIP-1308). I'll highlight a few of them:
     
    • KIP-1295: Dead letter queue support for global store/KTable: This KIP extends KIP-1270 which enabled exceptions raised during GlobalKTable record processing to be handled by a ProcessingExceptionHandler. With this new KIP, records which failed during GlobalKTable processing could be sent to a dead letter queue.
       
    • KIP-1303: Deprioritize Tiered Storage Followers In Leader Election: From Kafka 4.3.0 (KIP-1023), when adding a new replica to a tiered topic, users can start replication from the earliest pending upload offset, meaning the new replica only copies data that the current leader has not yet sent to remote storage and ignores data on the remote storage. In practice this allows new replicas to become in-sync much faster. The tradeoff is that the new replica hosts a lot less local data so if it becomes the leader it's more likely to have to fetch segments from the remote storage which can degrade performance. KIP-1303 proposes a mechanism to prefer replicas with earlier local-log-start-offset when running leader election for topics with tiered storage enabled.
       
    • KIP-1307: SerDe and Interceptor Metrics: Overall Kafka clients are well instrumented and provide many metrics to understand their behavior and assess their performance. However one weak spot is in the execution of SerDes and interceptors. This KIP proposes adding new metrics that track the behavior or Serializers, Deserializers, and Producer and Consumer interceptors with the time spent in each method and their error rate.
       

    Community Releases

    I selected releases of some open source community projects:
     
    • strimzi-kafka-operator 0.51: Strimzi is a Kubernetes Operator for running Kafka. This release adds support for Kafka 4.2.0. It also enables configuring connection settings per listener, and server-side applies is now enabled by default for PersistentVolumeClaim, ServiceAccount, Service, Ingress and ConfigMap resources.
       
    • kroxylicious 0.19.0: Kroxylicious is an open source pluggable framework for writing network proxies that understand the Apache Kafka protocol. This release also adds support for Kafka 4.2.0. The authorizer filter has been updated to behave like Kafka when checking transactional Ids. Users can now configure idle timeouts on authenticated and unauthenticated connections. 
       

    Blogs

    I selected some interesting blog articles that were published last month:
     
    • Deep Dive into Kafka Offset Commit with Spring Boot
    • Queues for Kafka (KIP-932): The Bridge between Event Streaming and Queuing
    • Kafka MirrorMaker 2 for Disaster Recovery and Migration (Part 1)
       

    To learn more about Kafka, visit Red Hat Developer's Apache Kafka topic page.  
    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

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.