Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-6759

camel-hazelcast component just allows Hazelcast maps and multimaps with key type String

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.13.0
    • camel-hazelcast
    • None
    • Patch Available
    • Novice

    Description

      Check the user forum post here:
      http://camel.465427.n5.nabble.com/camel-hazelcast-CamelEntryListener-limits-usage-of-Hazelcast-maps-td5739340.html

      The component camel-hazelcast works just with Hazelcast maps and multimaps which have the key type String.

      Cause: The class org.apache.camel.component.hazelcast.listener.CamelEntryListener within the module camel-hazelcast implements com.hazelcast.core.EntryListener<String,Object>. This Listener can just be registered to com.hazelcast.core.IMap<K,V> with key type String.

      Fix: change CamelEntryListener to extend EntryListener<Object,Object>

      Attachments

        1. CAMEL-6759.patch
          19 kB
          Hrvoje Mustapic

        Activity

          People

            davsclaus Claus Ibsen
            hrvojem Hrvoje Mustapic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: