Skip to content

Commit b4d0f62

Browse files
Merge pull request #2967 from Bonfire/master
Correct Kafka package typo
2 parents fc675ba + f791424 commit b4d0f62

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
@@ -228,7 +228,7 @@ export class HeroesController {
228228
}
229229
```
230230

231-
> info **Hint** `@Payload()` is imported from the `@nestjs/microservices`.
231+
> info **Hint** `@Payload()` is imported from the `@nestjs/microservices` package.
232232
233233
Outgoing messages can also be keyed by passing an object with the `key` and `value` properties. Keying messages is important for meeting the [co-partitioning requirement](https://docs.confluent.io/current/ksql/docs/developer-guide/partition-data.html#co-partitioning-requirements).
234234

0 commit comments

Comments
 (0)