All Versions
9
Latest Version
Avg Release Cycle
62 days
Latest Release
1572 days ago

Changelog History

  • v1.8.3 Changes

    January 03, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ c1c4d89 adding goreleaser
    ๐Ÿ 67ecf5d build for windows
    ded4c7b don't run go mod tidy
    b465549 ignore dist

  • v1.8.2

    January 01, 2020
  • v1.8.1 Changes

    October 13, 2019

    2019-10-09

  • v1.8.0

    October 09, 2019
  • v1.7.2 Changes

    October 09, 2019

    Search would hang when there is a large number of partitions.

  • v1.7.1

    October 08, 2019
  • v1.7.0

    September 26, 2019
  • v1.6.0 Changes

    January 18, 2019

    ๐Ÿ‘€ You can now provide a custom decoder in the form of a plugin to read kafka messages that are not plain text. See https://github.com/cswank/kcli#custom-decoder.

  • v1.5.0 Changes

    August 23, 2018

    If you set these vars:

    export KCLI_CERT_FILE=""
    export KCLI_KEY_FILE=""
    export KCLI_CA_CERT_FILE=""

    โœ… You should be able to connect to a kafka cluster with TLS authentication. NOTE: I don't have a proper kafka cluster I can use to test this.