Skip to content

Wildcard support for Kafka topics #8811

@Simpey

Description

@Simpey

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions