Skip to content

Commit 567f257

Browse files
Update content/microservices/kafka.md
1 parent 8d71f8a commit 567f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ async handleUserCreated(data) {
417417
}
418418
```
419419

420-
To disable auto-committing of messages set `autoCommit: false` in the `run` config.
420+
To disable auto-committing of messages set `autoCommit: false` in the `run` configuration, as follows:
421421

422422
```typescript
423423
@@filename(main)

0 commit comments

Comments
 (0)