markap14 commented on a change in pull request #5462:
URL: https://github.com/apache/nifi/pull/5462#discussion_r733058552
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/events/VolatileBulletinRepository.java
##########
@@ -126,27 +148,45 @@ public boolean select(final Bulletin bulletin) {
return true;
}
};
+ }
- final Set<Bulletin> selected = new TreeSet<>();
- int max = bulletinQuery.getLimit() == null ? Integer.MAX_VALUE :
bulletinQuery.getLimit();
+ @Override
+ public List<Bulletin> findBulletinsForSource(final String sourceId, final
String groupId) {
Review comment:
Yeah, fair enough.
--
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]