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,
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,