On Mon, Sep 6, 2010 at 8:39 PM, Jonathan Ellis wrote:
> On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
>> I was not aware of that. Also is the default for 6.o non framed and
>> 7.o framed?
>
> Yes.
>
>>I was thinking possibly replace cassanda.client detect the
>> server version and use re
On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
> I was not aware of that. Also is the default for 6.o non framed and
> 7.o framed?
Yes.
>I was thinking possibly replace cassanda.client detect the
> server version and use reflection.
This would have to be tested; the speed penalty for us
Welcome to Thrift.
On Mon, Sep 6, 2010 at 4:04 PM, Edward Capriolo wrote:
>
> I was not aware of that. Also is the default for 6.o non framed and
> 7.o framed? I was thinking possibly replace cassanda.client detect the
> server version and use reflection. This way hector sees the same
> interface
On Monday, September 6, 2010, Jonathan Ellis wrote:
> Thrift does not support method overloading (methods with the same name
> but different parameters).
>
> On Mon, Sep 6, 2010 at 9:09 AM, Edward Capriolo wrote:
>> On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote:
>>> we don't have one version
Thrift does not support method overloading (methods with the same name
but different parameters).
On Mon, Sep 6, 2010 at 9:09 AM, Edward Capriolo wrote:
> On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote:
>> we don't have one version that supports both versions.
>> you can hack it if you downloa
On Mon, Sep 6, 2010 at 3:33 AM, Ran Tavory wrote:
> we don't have one version that supports both versions.
> you can hack it if you download the source code (create two java package
> trees for 0.6.0 and 0.7.0) but it's not on the shelf, sorry...
>
> On Mon, Sep 6, 2010 at 12:39 AM, Edward Capriol