Skip to content

Commit

Permalink
Remove sasl section (#181)
Browse files Browse the repository at this point in the history
* Remove sasl section

* Add alpine step

Co-authored-by: Swen Wenzel <[email protected]>

* Update README.md

Co-authored-by: Swen Wenzel <[email protected]>

Co-authored-by: Swen Wenzel <[email protected]>
  • Loading branch information
Crandel and swenzel authored Mar 30, 2021
1 parent f260bf3 commit ab10987
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,14 @@ Commands:

`esque` is available at [pypi.org](https://pypi.org/project/esque/) and can be installed with `pip install esque`. `esque` requires Python 3.6+ to run.

#### SASL Support
#### Installation on Alpine Linux

When your cluster is secured with SASL authentication, you'll need to install our fork of pykafka since pykafka itself
doesn't support it. We've opened a pull request https://github.com/Parsely/pykafka/pull/972 but at the time of
writing it hasn't been merged yet.
There are no wheels for Alpine Linux, so `esque` requires a few extra dependencies to build them during installation.

```bash
pip install -U git+https://github.com/real-digital/pykafka.git@feature/sasl-scram-support
apk add python3-dev py3-pip librdkafka librdkafka-dev g++
```

`esque` will also prompt you with the above command as soon as you need it in case you're not sure if you actually do.

### Autocompletion

The autocompletion scripts for `bash` and `zsh` can be generated by running `esque config autocomplete`.
Expand Down Expand Up @@ -165,7 +161,6 @@ To setup your development environment, make sure you have at least Python 3.6 &
```bash
poetry install
poetry run pip install -U git+https://github.com/real-digital/pykafka.git@feature/sasl-scram-support
poetry shell
```

Expand Down

0 comments on commit ab10987

Please sign in to comment.