Skip to content

Commit 32cbcdf

Browse files
Update content/microservices/kafka.md
1 parent d697fb4 commit 32cbcdf

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
@@ -354,7 +354,7 @@ async killDragon(@Payload() message: KillDragonMessage, @Ctx() context: KafkaCon
354354
// Do some slow processing:
355355
await doWorkPart1();
356356

357-
// Send heartbeat when it's possible, in order to not exceed the sessionTimeout
357+
// Send heartbeat to not exceed the sessionTimeout
358358
await heartbeat();
359359

360360
// Do some slow processing again:

0 commit comments

Comments
 (0)