dariuszseweryn commented on code in PR #9812:
URL: https://github.com/apache/nifi/pull/9812#discussion_r2011642014
##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/kinesis/stream/record/TestAbstractKinesisRecordProcessor.java:
##########
@@ -72,7 +73,7 @@ public void setUp() {
// default test fixture will try operations twice with very little
wait in between
fixture = new AbstractKinesisRecordProcessor(processSessionFactory,
runner.getLogger(), "kinesis-test",
- "endpoint-prefix", null, 10_000L, 1L, 2, DATE_TIME_FORMATTER) {
+ "endpoint-prefix", null, 10_000L, 1L, 2, DATE_TIME_FORMATTER,
NoopRecordProcessorBlocker.create()) {
Review Comment:
Indeed, behavior has changed and it is not useful.
--
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]