turcsanyip commented on PR #6512: URL: https://github.com/apache/nifi/pull/6512#issuecomment-1287043866
@Lehel44 I checked the processors in the PR and `GetTwitter` and `ConsumeWindowsEventLog` are also consumer-type processors (similar to `GetAzureEventHub`) where an asynchronous thread feeds an internal queue and `onTrigger()` should consume it quite frequently. So I do not recommend 1 min schedule definitely. Please remove these processors from this round. We can consider to optimize the scheduling later. -- 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]
