adamdebreceni commented on code in PR #1930:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1930#discussion_r2213109635
##########
extensions/standard-processors/processors/DefragmentText.h:
##########
@@ -116,7 +113,6 @@ class DefragmentText : public core::ProcessorImpl {
void onSchedule(core::ProcessContext& context, core::ProcessSessionFactory&
session_factory) override;
void onTrigger(core::ProcessContext& context, core::ProcessSession& session)
override;
void restore(const std::shared_ptr<core::FlowFile>& flowFile) override;
- std::set<core::Connectable*> getOutGoingConnections(const std::string
&relationship) override;
Review Comment:
previously it was used to inject the `Self` relationship, that is no longer
needed, any processor can transfer to `__self__` and all the
relationship/connection handling has been moved to `Processor`, the individual
implementations no longer has to/can override the behavior
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]