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
    • See 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 Red Hat 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
    • See all technologies
    • Programming languages & frameworks

      • Java
      • Python
      • JavaScript
    • System design & architecture

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

      • Productivity
      • Tools
      • GitOps
    • Automated data processing

      • AI/ML
      • Data science
      • Apache Kafka on Kubernetes
    • Platform engineering

      • DevOps
      • DevSecOps
      • Red Hat Ansible Automation Platform 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
    • See all learning resources

    E-books

    • GitOps cookbook
    • Podman in action
    • Kubernetes operators
    • The path to GitOps
    • See all e-books

    Cheat sheets

    • Linux commands
    • Bash commands
    • Git
    • systemd commands
    • See 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 the 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: February 2026

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

    Releases

    There are 2 new releases (4.2.0 and 3.9.2) and 3 releases in progress (4.0.2, 4.1.2 and 4.3.0):
     

    4.2.0

    After 5 release candidates Christo Lolov released Kafka 4.2.0 on February 17. You can find the announcement on the Apache Kafka blog. You can also check the release notes and the release plan in the wiki.
     
    With 38 KIPs implemented (an all time record?) this release brings several major new features and many improvements across all components.
     

    Kafka brokers and clients

    Updates to the Kafka broker and clients include the following:
     
    • Share groups (queues) are now ready for production usage. (KIP-932)
    • Improvements to share groups such as acquisition lock timeout renewal (KIP-1222), new lag metrics (KIP-1226) and configurations to enforce or not the max fetch record limit (KIP-1206)
    • Consistency improvements to all command line tools. They now all support the --bootstrap-server and --command-config flags. (KIP-1147)
    • Improvements and new features to many tools including kafka-consumer-perf-test.sh, kafka-producer-perf-test.sh, kafka-e2e-latency.sh and kafka-features.sh. (KIP-1052,  KIP-1172, KIP-1192)
    • Monitoring improvements with new metrics and more consistent metric names. (KIP-1100, KIP-1180, KIP-1190, KIP-1207, KIP-1229)
       

    Kafka Connect

    Updates to Kafka Connect include the following:
     
    • Support for external schemas in JSONConverter. (KIP-1054)
    • New Allowlist connector client configuration override policy. This will be the new default policy from Kafka 5.0.0, but I recommend adopting it now if possible. (KIP-1188)

     

    Kafka Streams

    Updates to Kafka Streams include the following:
     
    • Support for dead letter queue (DLQ) in exception handlers. (KIP-1034)
    • The new Streams rebalance protocol (based on KIP-848) is now production ready. The default protocol is still classic. (KIP-1071)
    • Support for punctuation to be triggered at deterministic times. (KIP-1146)
       

    3.9.2

    PoAn Yang released Kafka 3.9.2 on February 21. This bug fix release fixes 35 issues. You can find the announcement on the blog and the release plan in the wiki.
     

    4.0.2

    Viktor Somogyi-Vass published 4.0.2 RC1 on February 19. The vote is currently on-going. You can find the release plan in the wiki.
     

    4.1.2

    Andrew Schofield published 4.1.2 RC1 on February 25. The vote is currently on-going. You can find the release plan in the wiki.
     

    4.3.0

    I volunteered to be the release manager for Kafka 4.3.0. The first milestone was KIP freeze on February 27. The next milestone is feature freeze on March 18. The release is planned for May. You can find the release plan in the wiki.
     

    Kafka Improvement Proposals

    Last month, the community submitted 14 KIPs (KIP-1278 to KIP-1292, KIP-1281 was skipped). I'll highlight a few of them:
     
    • KIP-1279: Cluster Mirroring: The KIP proposes bringing built-in cluster mirroring support in the brokers. This is an alternative to MirrorMaker but it would bring significant improvements including exact mirroring with matching offsets between the clusters, and it would simplify operations such as failover and failback. 
       
    • KIP-1288: SSL Hot Reload for Kafka Clients: Kafka clients load their credentials at startup. For keys and certificates that are regularly renewed, clients must be restarted to pick up the new ones. This KIP introduces a mechanism for clients to reload their credentials at runtime easing the operational burden of managing secured environments.
       
    • KIP-1289: Support Hierarchical Transactional Acknowledgments for Share Groups: At the moment it's not possible to obtain exactly once semantic processing using share groups (queues). This KIP proposes new APIs to enable transactional acknowledgments. This would allow stream processing frameworks like Apache Flink and Apache Spark to provide exactly once semantics when consuming data from share groups.
       
    • KIP-1292: New MirrorMaker2 Connector for syncing consumer offsets: In MirrorMaker the MirrorCheckpointConnector handles the offset translation between the clusters. Because it's not possible to maintain a mapping for every single offset, the algorithm it currently uses ensures very precise translation for offsets near the log end offsets but that precision degrades exponentially the older offsets are. This KIP proposes a new algorithm with a constant degradation from the log start to end offsets so it could provide much more accurate translation for older offsets.
       

    Community Releases

    I selected releases of some open source community projects:
     
    • Sarama 1.47: Sarama is a pure Golang Kafka client. This release improves the Admin DescribeCluster() API, and the handling of broken connections.
       

    Blogs

    I selected some interesting blog articles that were published last month:
     
    • Queues for Kafka ready for prime time
    • Kafka can be so much more
    • Introducing uForwarder: The Consumer Proxy for Kafka Async Queuing
    • Bite-Size Streams: Stream to Table Join
       

    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

    • Kafka Monthly Digest: March 2026

    • Introduction to Linux interfaces for virtual networking

    • Run Gemma 4 with Red Hat AI on Day 0: A step-by-step guide

    • Red Hat build of Perses with the cluster observability operator

    • How to plan your RHEL lifecycle with 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

    Report a website issue