Peter,
Would like to get your opinion on the usage of Chronicle. We are planning to use Chronicle for journaling, messaging passing, and also as a processing queue to process the incoming events. However, we are hitting one use case where we are not sure if we should utilize Chronicle to solve is conflating. Where for certain type of events (say market data of a particular product stream), if all of a sudden the volume drives up, instead of adding fuel to the fire to get the CPU to process all the event even though we only care about the latest, we would like to just conflate that type of event and just process the latest one. Have you come across that type of situation and if so how do you solve it in Chronicle's perspective. Or we should handle that outside of Chronicle? Thanks
Thomas