Added TODO comment for reminding that filtering is not yet done

This commit is contained in:
2014-01-09 09:17:27 +01:00
parent fafea6dc69
commit 9d6ae89f13
2 changed files with 4 additions and 2 deletions

View File

@@ -72,7 +72,8 @@ public class CdumpEngine {
stream = (request.getStream()!=null && request.getStream().getIds().length>0) ;
if(stream){
// Stream data via ZMQ
zmqService.setTrackingId(trackingId);
zmqService.setTrackingId(trackingId);
// TODO set id filter !!!
bus.register(zmqService);
}

View File

@@ -66,7 +66,8 @@ public class FdaqEngine {
stream = (request.getStream()!=null && request.getStream().getIds().length>0) ;
if(stream){
// Stream data via ZMQ
zmqService.setTrackingId(trackingId);
zmqService.setTrackingId(trackingId);
// TODO Set id filter !!!!
bus.register(zmqService);
}