Event format meta data
Compare changes
Files
8- Frank Berghaus authored
To unify the approach to EventFormat and EventStreamInfo we maintain multiple EventFormat objects in the MetaDataStore: one for each output stream. This means each object will need a unique key, in the test I choose "Format"+StreamName. The writing job option shows how one could write to multiple streams this way. The read job option shows how the content can be acccessed. Not sure how and where the configuration needs to be amended to handle different keys for EventFormat ... Thie removes the need for the fully multi-threaded EventFormatSvc, as the stream algorithms run in serial.
@@ -2,14 +2,26 @@