Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Fix typo in kafka-consumer-groups command in self-hosted troubleshoot…
Browse files Browse the repository at this point in the history
…ing docs (#1048)
  • Loading branch information
bonyuta0204 authored Oct 19, 2023
1 parent 5fef49d commit dc8cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/self-hosted/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The _proper_ solution is as follows ([reported](https://github.com/getsentry/sel
```
2. Get group info:
```shell
docker compose run --rm kafka kafka-consumer-groups --bootstrap-server kafka:9092 --group snuba-consumers -describe
docker compose run --rm kafka kafka-consumer-groups --bootstrap-server kafka:9092 --group snuba-consumers --describe
```
3. Watching what is going to happen with offset by using dry-run (optional):
```shell
Expand Down

1 comment on commit dc8cf4d

@vercel
Copy link

@vercel vercel bot commented on dc8cf4d Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.