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
While publishing to a kafka subscription works just fine, and allows the character set kafka allows, subscribing to them doesn't work.
Examples of topics which publish successfully, which aren't subscribed successfully:
foo.bar
foo_bar
_foo
These are all valid topics for kafka, and even work with straightup kafka-node, the dependent library used by ascoltatori. Ascoltatori fails silently when subscribing to such topics, however.
While publishing to a kafka subscription works just fine, and allows the character set kafka allows, subscribing to them doesn't work.
Examples of topics which publish successfully, which aren't subscribed successfully:
These are all valid topics for kafka, and even work with straightup kafka-node, the dependent library used by ascoltatori. Ascoltatori fails silently when subscribing to such topics, however.