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
I configured own delimiter according my task requirement. I saw in log the topics actually single string and not split to several topics.
Expected Behaviour
I expected to app doing according documentation but it doesn't.
I'd expect to see the topics delimited to according to configuration parameter topic_delimiter.
Current Behaviour
The only "," char used to split topics regardless value of topic_delimiter.
I configured own delimiter according my task requirement. I saw in log the topics actually single string and not split to several topics.
Expected Behaviour
I expected to app doing according documentation but it doesn't.
I'd expect to see the topics delimited to according to configuration parameter
topic_delimiter
.Current Behaviour
The only "," char used to split topics regardless value of
topic_delimiter
.Possible Solution
You can se my PR here #26
Steps to Reproduce (for bugs)
Just change the configuration parameter
topic_delimiter
to something different from ","Context
I need to set in configuration a custom delimiter
Your Environment
Doesn't make sense
Next steps
You may join Slack for community support.
The text was updated successfully, but these errors were encountered: