Thrift 040 change method
from 030
  public abstract void writeBinary(byte[] paramArrayOfByte)
    throws TException;
to
  public abstract void writeBinary(ByteBuffer paramByteBuffer)
    throws TException;

so that if client use that method will throw exception
java.lang.NoSuchMethodError:
org.apache.thrift.protocol.TProtocol.writeBinary([B)V



On Wed, Oct 27, 2010 at 11:47 AM, Bryan Duxbury <br...@rapleaf.com> wrote:

> All versions are wire compatible.
>
> On Tue, Oct 26, 2010 at 9:35 PM, JKnight JKnight <beukni...@gmail.com
> >wrot0
>
> > Dear all,
> >
> > Does thrift client 0.2x, 0.3.x compatible with thrift server 0.5.x?
> >
> > Could you tell me which version of revision r917130 of thrift?
> >
> > Thank a lot for support.
> > --
> > Best regards,
> > JKnight
> >
>



-- 
Best regards,
JKnight

Reply via email to