You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2019/11/21 16:48:33 UTC

[kafka] branch 2.0 updated (b09b8fa -> ec509b0)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from b09b8fa  KAFKA-9051: Prematurely complete source offset read requests for stopped tasks (#7532)
     add 4401a48  KAFKA-1714: Fix gradle wrapper bootstrapping (#6031)
     add ec509b0  MINOR: Update gradle wrapper

No new revisions were added by this update.

Summary of changes:
 .gitignore                               |   3 +-
 README.md                                |  10 +-
 gradle/wrapper/gradle-wrapper.properties |  19 +++
 gradlew                                  | 215 +++++++++++++++++++++++++++++++
 wrapper.gradle                           | 107 ++++++++++++++-
 5 files changed, 339 insertions(+), 15 deletions(-)
 create mode 100644 gradle/wrapper/gradle-wrapper.properties
 create mode 100755 gradlew