Skip to content

Commit 7522d14

Browse files
Update migration.md
1 parent 402731b commit 7522d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app = moduleFixture.createNestApplication<NestExpressApplication>({
6262

6363
#### Kafka message/event handlers
6464

65-
Previously, Kafka message and event handlers were receiving payloads as wrapped Kafka messaged with `key`, `value`, `headers`, and a few other properites. In v9, those payloads are automatically unwrapped and your handlers will only receive the `value` attribute's value. To retrieve the original Kafka message, you can use the `KafkaContext` object (read more [here](/microservices/kafka#context)).
65+
Previously, Kafka message and event handlers were receiving payloads as wrapped Kafka messages with `key`, `value`, `headers`, and a few other properites. In v9, those payloads are automatically unwrapped and your handlers will only receive the `value` attribute's value. To retrieve the original Kafka message, you can use the `KafkaContext` object (read more [here](/microservices/kafka#context)).
6666

6767
```typescript
6868
// Before

0 commit comments

Comments
 (0)