-
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 Results239 tests 234 ✅ 1m 36s ⏱️ For more details on these failures, see this check. Results for commit 8f26778. ♻️ 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. |
bca8bb9
to
8f26778
Compare
I rebased this on the latest dev branch and will finally test it now |
Good news: With
With
I can try to fix it when I have some free time. |
This is endlessly confusing, but I think what you are describing is the intended, correct behaviour. If the inbound topic were correct, then it would be fine. The DMS input topic is not correct, so there is no correct behaviour possible when topicCopy off I could be wrong... but that´s my guess. |
close #1023