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

Add ability for functions to subscribe to topic wildcards #15

Open
talzion12 opened this issue Jun 22, 2020 · 4 comments
Open

Add ability for functions to subscribe to topic wildcards #15

talzion12 opened this issue Jun 22, 2020 · 4 comments

Comments

@talzion12
Copy link

If I understand correctly, currently nats-connector can subscribe to a wildcard, but the topic annotation in the function has to match the topic exactly.

I think this is kind of limiting, would it be possible to make the function subscribe to a wildcard instead of an exact topic name?

@JonasDoe
Copy link

As a starting point, even mulitple topics would be nice.

@sidharthramesh
Copy link

Any planned support for this?

@sidharthramesh
Copy link

This seems to be an issue with the connector-sdk. I'd love to contribute if you can point me to the place where the mapping between the topics and functions are built.

@sidharthramesh
Copy link

As a starting point, even mulitple topics would be nice.

@JonasDoe multiple topics work already. Just annotate topic with topic1,topic2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants