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

Compare with Current View Page History

« Previous Version 3 Next »

Release Dates

  • KIP Freeze: May 11, 2019 (a KIP must be accepted by this date in order to be considered for this release)
  • Feature Freeze: May 17, 2019 (major features merged & working on stabilization, minor features have PR, release branch cut; anything not in this state will be automatically moved to the next release in JIRA)
  • Code Freeze: May 29, 2019
  • Release: June 12, 2019 (target)

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 Colin McCabe

Release Features

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

  • In-memory session store and window store for Kafka Streams.

  • A new broker metric indicating the start time.
  • Incremental cooperative rebalancing in Kafka Connect

  • Return Authorized Operations in Describe Responses
  • The AdminClient API now supports dynamically changing log levels
  • MirrorMaker 2.0
  • Verify leader epoch in produce requests
  • Improved incremental AlterConfigs API
  • Support non-key joining in KTable

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 unit/integration/system tests. We want to preserve the tradition of high-quality releases in Apache Kafka. 

After code freeze:

  • Write more unit/integration/system testsWe want to preserve the tradition of high-quality releases in Apache Kafka.
  • Improve documentation
  • Test the release candidates
  • Open blocker JIRAs on critical issues found. Open non-blocker JIRAs on any other issues found.
  • Fix critical 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

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

  • No labels