Skip to content

Commit 5a44726

Browse files
aldy505Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent d74ac48 commit 5a44726

File tree

1 file changed

+2
-2
lines changed
  • develop-docs/self-hosted/troubleshooting

1 file changed

+2
-2
lines changed

develop-docs/self-hosted/troubleshooting/kafka.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ This example assumes you found the error from the `snuba-errors-consumer` contai
107107
```shell
108108
docker compose exec kafka kafka-consumer-groups --bootstrap-server kafka:9092 --list
109109
```
110-
3. Get group info for `snuba-consumers`. Here you will see the topics that the consumer group is subscribed to along with their partition and current offset:
110+
3. Get group info for `snuba-consumers`. Here you will see the topics that the consumer group is subscribed to along with their partitions and current offset:
111111
```shell
112112
docker compose exec kafka kafka-consumer-groups --bootstrap-server kafka:9092 --group snuba-consumers --describe
113113
```
114-
4. Watching what is going to happen with offset by using dry-run (optional). This example uses `events` topic found from the previous step:
114+
4. Watch what is going to happen with the offset by using dry-run (optional). This example uses the `events` topic found from the previous step:
115115
```shell
116116
docker compose exec kafka kafka-consumer-groups --bootstrap-server kafka:9092 --group snuba-consumers --topic events --reset-offsets --to-latest --dry-run
117117
```

0 commit comments

Comments
 (0)