Added TODO comment for reminding that filtering is not yet done
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user