Joan Balaguero wrote:
Hello,
Just a question about Schema registry implementation. The schemes are stored
in a LinkedHashMap, and methods to access/modify this map must be, then,
synchronized.
Is there any reason to use LinkedHashMap in SchemaRegistry?
No reason at all.
Do you need an
specific order when inserting schemas? Or can we use a ConcurrentHashMap
instead of Linked, avoiding then synchronisation?
LinkedHashMap has been replaced with ConcurrentHashMap in SVN trunk.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]