[Serialization] Hazelcast extension : using HazelcastSedaProducer with transferExchange=true
Open
- Dominant language
- Java
- Stars
- 302
- Forks
- 232
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 114
Description
On native mode, it's impossible use to write HazelcastSedaProducer with transferExchange=true.
The reason is there an issue while writing object of type [DefaultExchangeHolder](https://github.com/apache/camel/blob/master/core/camel-support/src/main/java/org/apache/camel/support/DefaultExchangeHolder.java). It's related to this issue [graal#460](https://github.com/oracle/graal/issues/460)
Also for integration tests for HazelcastAggregationRepository and ReplicatedHazelcastAggregationRepository, that use the same Serializable class object.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.