Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard support for Kafka topics #8811

Closed
1 task done
Simpey opened this issue Dec 20, 2021 · 1 comment
Closed
1 task done

Wildcard support for Kafka topics #8811

Simpey opened this issue Dec 20, 2021 · 1 comment
Labels
needs triage This issue has not been looked into type: enhancement 🐺

Comments

@Simpey
Copy link

Simpey commented Dec 20, 2021

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

Teachability, documentation, adoption, migration strategy

What is the motivation / use case for changing the behavior?

@Simpey Simpey added needs triage This issue has not been looked into type: enhancement 🐺 labels Dec 20, 2021
@nestjs nestjs deleted a comment from n4an Dec 20, 2021
@nestjs nestjs deleted a comment from n4an Dec 21, 2021
@kamilmysliwiec
Copy link
Member

#3083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has not been looked into type: enhancement 🐺
Projects
None yet
Development

No branches or pull requests

2 participants