cloud-software-foundation / c5

c5
Apache License 2.0
12 stars 8 forks source link

Don't pull in google protobufs just get netty to handle protobuf length encoding #293

Open posix4e opened 10 years ago

posix4e commented 10 years ago
          p.addLast("frameEncode", new ProtobufVarint32LengthFieldPrepender());

requires that we pull in protobufs. Seems like a waste