mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
feat(microservices): Add producer reference to KafkaContext
This commit is contained in:
@@ -168,6 +168,7 @@ export class ServerKafka extends Server implements CustomTransportStrategy {
|
||||
payload.topic,
|
||||
this.consumer,
|
||||
payload.heartbeat,
|
||||
this.producer,
|
||||
]);
|
||||
const handler = this.getHandlerByPattern(packet.pattern);
|
||||
// if the correlation id or reply topic is not set
|
||||
|
||||
Reference in New Issue
Block a user