You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/11/03 18:44:07 UTC

[kafka] branch trunk updated (bbc6c31 -> b4f00d7)

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

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


    from bbc6c31  MINOR: revise assertions in AbstractConfigTest (#9180)
     add b4f00d7  KAFKA-10679: Migrate upgrade changes from site to kafka/docs (#9551)

No new revisions were added by this update.

Summary of changes:
 docs/api.html                  |  40 ++--
 docs/configuration.html        |  74 +++----
 docs/design.html               |  76 ++++---
 docs/implementation.html       |  98 ++++-----
 docs/introduction.html         | 339 +++++++++++++++--------------
 docs/migration.html            |   4 +-
 docs/ops.html                  | 392 +++++++++++++--------------------
 docs/protocol.html             |  42 ++--
 docs/quickstart-docker.html    | 204 +++++++++++++++++
 docs/quickstart-zookeeper.html | 277 +++++++++++++++++++++++
 docs/quickstart.html           | 300 -------------------------
 docs/security.html             | 483 ++++++++++++++++-------------------------
 docs/uses.html                 |  14 +-
 13 files changed, 1140 insertions(+), 1203 deletions(-)
 create mode 100644 docs/quickstart-docker.html
 create mode 100644 docs/quickstart-zookeeper.html
 delete mode 100644 docs/quickstart.html