lordgamez commented on a change in pull request #1121:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1121#discussion_r678076530
##########
File path: docker/test/integration/features/kafka.feature
##########
@@ -53,7 +53,7 @@ Feature: Sending data to using Kafka streaming platform using
PublishKafka
And the "success" relationship of the GetFile processor is connected to
the PublishKafka
And the "success" relationship of the GetFile processor is connected to
the PutFile
- And a kafka broker "broker" is set up in correspondence with the
PublishKafka
+ And a kafka broker is set up in correspondence with the PublishKafka
Review comment:
Awesome catch, thanks! This test wasn't even working properly having
wrong properties and succeeding without using the `PublishKafka` processors.
Fixed it in 80822158e9be7be0c284436fed00b70b37f0ed54
--
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]