Skip to content

Commit 879ab61

Browse files
kosh-bjmcdo29
andauthored
Update content/microservices/kafka.md
Grammer fixes Co-authored-by: Jay McDoniel <[email protected]>
1 parent e07b9b1 commit 879ab61

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
@@ -342,7 +342,7 @@ interface IncomingMessage {
342342
}
343343
```
344344

345-
If your endpoint involves slow processing time for each message you should consider calling `heartbeat` callback, use `getHeartbeat()` method of `KafkaContext` which will send heartbeat to the broker, as follows:
345+
If your endpoint involves slow processing time for each message you should consider using the `heartbeat` callback. To do this, use the `getHeartbeat()` method of the `KafkaContext` which will send heartbeat to the broker, as follows:
346346

347347
```typescript
348348
@@filename()

0 commit comments

Comments
 (0)