Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4a91df

Browse files
fixed typo
changed prodocuer to producer
1 parent 4ded1c3 commit d4a91df

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)