We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d71f8a commit 567f257Copy full SHA for 567f257
content/microservices/kafka.md
@@ -417,7 +417,7 @@ async handleUserCreated(data) {
417
}
418
```
419
420
-To disable auto-committing of messages set `autoCommit: false` in the `run` config.
+To disable auto-committing of messages set `autoCommit: false` in the `run` configuration, as follows:
421
422
```typescript
423
@@filename(main)
0 commit comments