Hello Kafka developers and friends, As promised, we now have a release branch for 0.10.0 release (with 0.10.0.0 as the version). Trunk has been bumped to 0.10.1.0-SNAPSHOT.
I'll be going over the JIRAs to move every non-blocker from this release to the next release. >From this point, most changes should go to trunk. *Blockers (existing and new that we discover while testing the release) will be double-committed. *Please discuss with your reviewer whether your PR should go to trunk or to trunk+release so they can merge accordingly. *Please help us test the release! * Things you can focus on: * Upgrades! Does a rolling upgrade (from 0.9.0.1 or 0.8.2.2) work as intended? * Compatibility! Do the old clients work as expected? * Interceptors! Its a new feature, try to use it and tell us how it goes. * Purging on replicas and mirrors created from scratch - with the new timestamp field old data in new replicas should be cleaned at the same time of the original (and not relative to the time the data was replicated) - does it actually work. * Cleaning to specific timestamp - new feature! does it work as intended? * Documentation: Does it still work? are we missing anything? Thanks! Gwen