You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
I'm trying to use wildcard with @MessagePattern decorator: @MessagePattern('my-topic.*')
But receiving UnhandledPromiseRejectionWarning: KafkaJSProtocolError: The request attempted to perform an operation on an invalid topic at createErrorFromCode (/var/www/nest_app/node_modules/kafkajs/src/protocol/error.js:581:10)
Describe the solution you'd like
I'd like to have wildcard support, just like NATS with its wildcard subscriptions
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I'm trying to use wildcard with @MessagePattern decorator:
@MessagePattern('my-topic.*')
But receiving
UnhandledPromiseRejectionWarning: KafkaJSProtocolError: The request attempted to perform an operation on an invalid topic at createErrorFromCode (/var/www/nest_app/node_modules/kafkajs/src/protocol/error.js:581:10)
Describe the solution you'd like
I'd like to have wildcard support, just like NATS with its wildcard subscriptions
Teachability, documentation, adoption, migration strategy
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: