Skip to content

Commit

Permalink
Remove sasl section
Browse files Browse the repository at this point in the history
  • Loading branch information
Crandel committed Mar 30, 2021
1 parent f260bf3 commit ae304d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,6 @@ 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

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.

```bash
pip install -U git+https://github.com/real-digital/pykafka.git@feature/sasl-scram-support
```

`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

0 comments on commit ae304d9

Please sign in to comment.