You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

We will bump this release version  to 1.0.0, and also starting in this release we will have a slight difference in the version numbers such that:

  1. We will use three digits instead of four for the release versions:
  2. The first digit would indicate the major revision (starting at 1), and second indicating minor revision, and the last one number indicating the bug-fix revision; when preparing RCs of the release we will still suffix it after the release version number. I.e. major.minor.bug-fix[-rc_number]

Release Dates

  • KIP Freeze: TBD
  • Feature Freeze: TBD
  • Code Freeze: TBD
  • Release: JTBD


These dates are goals and subject to change, but we expect to stay on the Time Based Release Plan unless unexpected critical issues come up. While the target release date is fixed at ~2w after code freeze, RCs will roll out as needed until the release vote passes.

The release manager is Guozhang Wang.

Release Features

This is a list of key features/improvements/bugfixes that we can include with release notes (WIP):

  • Drop support of Java 7 (KIP-118)
  • JBOD support for disk failures (KIP-112)
  • Kafka Streams API improvements (KIP-120 / 130 / 138 / 150 / 160 / 161), and drop compatibility "Evolving" annotations 

How to Contribute

Before code freeze:

  • Participate in votes and discussions to land or postpone the open KIPs
  • Review patches. We anticipate that this release will be bottlenecked mostly on reviews. The more reviewers, the more content we can fit in.
  • Write system tests. We want to preserve the tradition of high-quality releases in Apache Kafka. 

After code freeze:

  • Test the release candidates
  • Open bugs on important issues found
  • Fix bugs
  • Review bug fixes
  • Vote on RCs. Even though only PMC votes are binding, community votes are super important as we evaluate the readiness of the release

Open Issues

Key Summary T Created Updated Due Assignee Reporter P Status Resolution
Loading...
Refresh

Also feel free to refer to this release page for more details of the included tickets.

 

Planned KIP Content

Note: The planned content is not binding - final content will be based the features committed by branch-cutting date. See Kafka Improvement Proposals for the full list of KIPs.

 KIPJIRAComponentCommitter
1KIP-48 Delegation token support for Kafka KAFKA-1696 - Getting issue details... STATUS Security 
2KIP-72: Allow putting a bound on memory consumed by Incoming request  KAFKA-4602 - Getting issue details... STATUS NetworkJun Rao
3KIP-81: Bound Fetch memory usage in the consumer KAFKA-4133 - Getting issue details... STATUS Consumer 
4KIP-112: Handle disk failure for JBOD KAFKA-4763 - Getting issue details... STATUS Broker Jun Rao
5KIP-118: Drop Support for Java 7 in Kafka 0.11 KAFKA-4423 - Getting issue details... STATUS Build 
6KIP-120: Cleanup Kafka Streams builder API KAFKA-3856 - Getting issue details... STATUS StreamsGuozhang Wang
7KIP-138: Change punctuate semantics KAFKA-5233 - Getting issue details... STATUS StreamsDamian Guy
8KIP-150 - Kafka-Streams CogroupTBD (Kyle Winkelman)StreamsGuozhang Wang 
9KIP-160: Augment KStream.print(), KStream.writeAsText() KAFKA-4830 - Getting issue details... STATUS StreamsDamian Guy
10KIP-161: streams deserialization exception handlers KAFKA-4830 - Getting issue details... STATUS StreamsDamian Guy
11KIP-162: Enable topic deletion by default KAFKA-5384 - Getting issue details... STATUS AdminGwen Shapira
12KIP-164- Add UnderMinIsrPartitionCount and per-partition UnderMinIsr metrics KAFKA-5384 - Getting issue details... STATUS Broker 
13KIP-167: Add interface for the state store restoration process KAFKA-5363 - Getting issue details... STATUS StreamsGuozhang Wang 
14KIP-168: Add GlobalTopicCount and GlobalPartitionCount metric per cluster KAFKA-5461 - Getting issue details... STATUS BrokerJason Gustafson
15KIP-173: Add prefix to StreamsConfig to enable setting default internal topic configs KAFKA-3741 - Getting issue details... STATUS StreamsDamian Guy
  • No labels