hunyadi-dev commented on a change in pull request #940:
URL: https://github.com/apache/nifi-minifi-cpp/pull/940#discussion_r577708270
##########
File path: extensions/librdkafka/ConsumeKafka.h
##########
@@ -124,6 +124,17 @@ class ConsumeKafka : public core::Processor {
// Initialize, overwrite by NiFi RetryFlowFile
void initialize() override;
+ class WriteCallback : public OutputStreamCallback {
Review comment:
Indeed it does not need to be, this is just where I found it on the
first match when searching similar patterns (ApplyTemplate). Changed it to
`private`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]