Skip to content

Commit

Permalink
Merge pull request #2967 from Bonfire/master
Browse files Browse the repository at this point in the history
Correct Kafka package typo
  • Loading branch information
kamilmysliwiec authored Feb 8, 2024
2 parents fc675ba + f791424 commit b4d0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/microservices/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class HeroesController {
}
```

> info **Hint** `@Payload()` is imported from the `@nestjs/microservices`.
> info **Hint** `@Payload()` is imported from the `@nestjs/microservices` package.
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).

Expand Down

0 comments on commit b4d0f62

Please sign in to comment.