I am trying to understand the concept of Market data distributor(MDD) which comes with Chronicle Enterprise.
In my opinion both Map and MDD always holds the latest value of a key and since chronicle Map is implementation of Concurrent Hashmap you certainly don't have any concurrency factor.
What advantages are there using MDD over chronicle Map. All I understood is, it gives better latency for Contended keys. Is there anything else which can be a primary factor for using MDD over Map ?
It's hard to compare apples to oranges. MDD and Map are two completely different and independent products, with completely different purposes.