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

November 10, 2021
Mickael Maison
Related topics:
GoKafkaKubernetesOpen source
Related products:
Red Hat OpenShift

    This 45th edition of the Kafka Monthly Digest covers what happened in the Apache Kafka developer community in October 2021, including new milestones for Apache Kafka 3.1.0, notable Kafka Improvement Proposals (KIPs), community project releases for Debezium 1.7 and Strimzi 0.26.0, and more.

    For last month’s digest, see Kafka Monthly Digest: September 2021.

    Releases

    Three new Kafka versions (3.1.0, 2.7.2, and 2.6.3) are currently in progress.

    Apache Kafka 3.1.0

    The release process for Apache Kafka 3.1.0 continued in October 2021. The KIP freeze happened on October 15, and feature freeze happened on October 29. The next milestone will be the code freeze on November 12. The release plan is available on the Apache Kafka wiki.

    Kafka 2.7.2 and 2.6.3

    On October 8, I volunteered to run these two bugfix releases. The respective release plans for versions 2.7.2 and 2.6.3 are on the Apache Kafka wiki. Votes are currently ongoing on the first release candidates for both of these releases.

    Kafka Improvement Proposals

    Last month, the community submitted 10 KIPs (KIP-779 to KIP-788; note that two KIPs are currently numbered 786). I'll highlight the ones that caught my eye:

    • KIP-779: Allow source tasks to handle producer exceptions: Source connectors import data from other systems into Kafka. Currently, if a record can't be imported into Kafka—if it's too large, for example—the task that generated the record will fail. This KIP proposes a mechanism that will allow that task to decide whether to fail or ignore the error.

    • KIP-780: Support fine-grained compression options: Most modern compression algorithms expose configurations to tune them for diverse kinds of data. While Kafka supports four algorithms (gzip, LZ4, Snappy, and zstd), it does not allow you to tune them. This KIP proposes adding per-algorithm configurations to allow fine-tuning compression. Note that KIP-390, which introduced compression-level support, has not been merged yet.

    • KIP-782: Expandable batch size in producer: batch.size is a key producer setting; however, it's sometimes tricky to properly tune. This KIP proposes an algorithm to dynamically resize the producer batch size based on the load.

    • KIP-786: Use localhost:9092 as default bootstrap-server/broker-list in client tools: Currently, when using the Kafka command-line tools, you always have to provide the bootstrap servers you want to use. This KIP proposes defaulting --bootstrap-server to localhost:9092 when a value is not explicitly provided, which will make the tools easier to use in development environments.

    Community releases

    This section covers a few notable open source community project releases:

    • strimzi-kafka-operator 0.26.0: Strimzi is a Kubernetes Operator for running Kafka. Version 0.26 supports Kafka 3.0.0 and 2.8.1. It includes many Cruise Control improvements, such as an update to 2.5.73, along with support for authorization, authentication, and SSL. It also provides the option to build Kafka Connect images with plug-ins by specifying Maven URLs.

    • Debezium 1.7.0: Debezium is a change data capture platform. Debezium 1.7 introduces a new web UI to manage connectors, adds support for NATS in Debezium Server, and includes significant improvements to the incremental snapshotting capabilities that were introduced in the previous release.

    • Sarama 1.30.0: Sarama is a pure Golang Kafka client. This new release adds support for Kafka 3.0, as well, for deleting offsets and managing quotas. It also adds metrics for consumer groups operations and for throttling.

    Blogs

    Check out these interesting blog articles that were published last month:

    • Bringing Kafka based architecture to the next level using simple PostgreSQL tables
    • Deploying Strimzi Kafka and Java clients with security, Part 1: Authentication
    • Kafka Streams 101

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

    Last updated: September 20, 2023

    Related Posts

    • Kafka Monthly Digest: September 2021

    • Kubernetes-native Apache Kafka with Strimzi, Debezium, and Apache Camel (Kafka Summit 2020)

    • Change data capture with Debezium: A simple how-to, Part 1

    • Capture database changes with Debezium Apache Kafka connectors

    Recent Posts

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    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.