KafkaBroker.prototype.respond<TReq, TRes>(): Promise<ISubscription>
Registers a responder for a request topic. The handler's resolved value is sent back to the caller, correlated to the originating request.
handler: RequestHandler<TReq, TRes>
Invoked per request; its result is returned to the caller
optional
options: SubscribeOptions
Consumer group behavior (load-balance competing responders)
Promise<ISubscription>
The active subscription