-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue1023 take2 topicCopy fix #1191
base: development
Are you sure you want to change the base?
Conversation
Test Results248 tests 247 ✅ 1m 35s ⏱️ Results for commit bca8bb9. ♻️ This comment has been updated with latest results. |
I will do a bit more testing tomorrow. My initial quick test seems like this is always copying the source message's topic, even with |
OK. I think with this last patch it does what people want.
(with previous patch, when the 'subtopic' could not be built, it forced on topicCopy... which "broke" the use case of interest.) |
I posted on Teams, just adding here for proper documentation. topicCopy works now. But with topicCopy off, the topic that gets posted is |
@reidsunderland I looked over the code again... I think it only gets properly set when it is being published, so the log of the component itself would show what you described... is there a way of looking at the next component in the chain ... a subscriber to what was posted? I have the feeling it is published with a good topic, but it will show that truncated one within the component. |
The topic is only properly set on publish... based on the relPath. |
close #1023