Re: [Dev] Custom Serializer property for hazelcast in Carbon

2014-12-10 Thread Kishanthan Thangarajah
I'm afraid this cannot be added to 4.3.0 kernel. We are already set for the release and now in RC3 stage with final packs and in final testing phase. On Wed, Dec 10, 2014 at 12:02 PM, Afkham Azeez az...@wso2.com wrote: This is a non-intrusive change that does not require any changes to

Re: [Dev] Custom Serializer property for hazelcast in Carbon

2014-12-10 Thread Afkham Azeez
Ramith et al, Put this as a kernel patch. On Wed, Dec 10, 2014 at 3:25 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: I'm afraid this cannot be added to 4.3.0 kernel. We are already set for the release and now in RC3 stage with final packs and in final testing phase. On Wed, Dec 10,

[Dev] Custom Serializer property for hazelcast in Carbon

2014-12-09 Thread Sajini De Silva
Hi, Yesterday I tested the patch gave by Azeez to enable custom serializing in hazelcast and its working. Are we going to ship this change with Carbon 4.3.0 release? Thank you, Sajini -- Sajini De SIlva Software Engineer; WSO2 Inc.; http://wso2.com , Email: saj...@wso2.com Blog:

Re: [Dev] Custom Serializer property for hazelcast in Carbon

2014-12-09 Thread Ramith Jayasinghe
Just to give some context: we need to keep several maps in hazelcast ( where values are not primitives) for MB's new slot based message delivery scheme. By registering custom serializers we can optimize the information that’s been transmitted across the cluster ( reducing the overhead for

Re: [Dev] Custom Serializer property for hazelcast in Carbon

2014-12-09 Thread Afkham Azeez
This is a non-intrusive change that does not require any changes to existing config files or will not break anything. If custom serializers are defined in the axis2.xml clustering section, the kernel will pick up those serializers. This code was written by me yesterday, and I can assure that it