Torsten Curdt writes:
> Well, if you only use Thrift for serialization and versioning you
> might not
> always have a need for the service stub generation. While this isn't
> really a big problem I am wondering if these aren't two separate things.
Just using thrift for serialization and versioning works fine. This
is how the project I'm working on is using it. We had to extend
thrift to let us specify a base class for structures so that we could
pass around arbitrary "messages" and serialize/deserialize them, but
it wasn't a big change.
-Eric