Skip to content

Commit 8aedf56

Browse files
Merge pull request #3267 from chetanbohra26/patch-1
docs(changelog): fix typo prodocuer to producer
2 parents 4ded1c3 + d4a91df commit 8aedf56

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
@@ -617,7 +617,7 @@ server.status.subscribe((status: KafkaStatus) => {
617617

618618
#### Underlying producer and consumer
619619

620-
For more advanced use cases, you may need to access the underlying prodocuer and consumer instances. This can be useful for scenarios like manually closing the connection or using driver-specific methods. However, keep in mind that for most cases, you **shouldn't need** to access the driver directly.
620+
For more advanced use cases, you may need to access the underlying producer and consumer instances. This can be useful for scenarios like manually closing the connection or using driver-specific methods. However, keep in mind that for most cases, you **shouldn't need** to access the driver directly.
621621

622622
To do so, you can use `producer` and `consumer` getters exposed by the `ClientKafkaProxy` instance.
623623

0 commit comments

Comments
 (0)