Skip to content

Commit 3bcbafc

Browse files
Update content/microservices/kafka.md
1 parent 518d1f8 commit 3bcbafc

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
@@ -357,7 +357,7 @@ async killDragon(@Payload() message: KillDragonMessage, @Ctx() context: KafkaCon
357357
// Send heartbeat to not exceed the sessionTimeout
358358
await heartbeat();
359359

360-
// Do some slow processing again:
360+
// Do some slow processing again
361361
await doWorkPart2();
362362
}
363363
```

0 commit comments

Comments
 (0)