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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: