Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

CamelEntryListener limits usage of Hazelcast maps

$
0
0
Hi,

the class org.apache.camel.component.hazelcast.listener.CamelEntryListener
within the module camel-hazelcast directly implements
com.hazelcast.core.EntryListener<String,Object> instead of keeping the
key/value types generic. Registering this listener to a Hazelcast maps with
other key types than String rises a ClassCastException.
So using camel-hazelcast limits the allowed types of keys for Hazelcast maps
to Strings. IMO this is a bug - is anybody aware of this? I didn't find an
issue for that.

Best regards,

Viewing all articles
Browse latest Browse all 5648

Trending Articles