Skip to content

Commit 7bc60c3

Browse files
committed
Fix missing tic
1 parent 5f10000 commit 7bc60c3

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/backend/application-domains

1 file changed

+1
-1
lines changed

develop-docs/backend/application-domains/kafka.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ KAFKA_CONSUMERS = {
2727
```
2828
2. You may need optional properties (e.g. `click_options`, you will need to research them by looking at [ConsumerDefinition](https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py)'s code.
2929

30-
3. Make sure you can run it: `sentry run consumer <your_topic>
30+
3. Make sure you can run it: `sentry run consumer <your_topic>`
3131
4. You may need to add some devserver options [here](https://github.com/getsentry/sentry/blob/master/src/sentry/runner/commands/devserver.py).
3232
4. Add tests for your consumer
3333

0 commit comments

Comments
 (0)