jamesnetherton opened a new issue #3657:
URL: https://github.com/apache/camel-quarkus/issues/3657


   There is some commentary about moving away from the (deprecated) 
`JbossUserMarshaller` and Java serialization here:
   
   
https://github.com/apache/camel/blob/main/components/camel-infinispan/camel-infinispan/src/main/java/org/apache/camel/component/infinispan/remote/InfinispanRemoteAggregationRepository.java
   
   When testing the scenario where the Infinispan client is configured & 
managed by the Camel component, it works ok. When the client is managed by the 
Quarkus Infinispan extension, things get a little complicated. You have to 
create `hotrod-client.properties` and manually set the marshaller. This isn't 
ideal because it prohibits some nice functionality provided by the default 
`ProtoStreamMarshaller`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to