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: 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

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

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    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.