Skip to content

Commit 518d1f8

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

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
@@ -351,7 +351,7 @@ async killDragon(@Payload() message: KillDragonMessage, @Ctx() context: KafkaCon
351351
const originalMessage = context.getMessage();
352352
const heartbeat = context.getHeartbeat();
353353

354-
// Do some slow processing:
354+
// Do some slow processing
355355
await doWorkPart1();
356356

357357
// Send heartbeat to not exceed the sessionTimeout

0 commit comments

Comments
 (0)