TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cap'n Proto 0.9

144 pointsby Shelnutt2almost 4 years ago

5 comments

hamandcheesealmost 4 years ago
Aside from the speed benefits, are there any other major advantages of Cap’n Proto?<p>I’ve been using grpc&#x2F;protobuf with Java and Scala. Overall I like it, but the grpc Java library does feel like it comes with a lot of opinions baked in. As an example, I was looking in to implementing automatic retries on the client side for certain classes of error. Grpc Java has some experimental retry support, but it seemed tightly coupled to their also-opinionated way of doing service discovery. I can see why you might want the server to inform clients how to do retries, keepalives, etc. But for less sophisticated operations (read: me) it is frustrating and over complicated. Why can’t I just specify a retry policy when creating a client stub?<p>Still, it’s better than anything else I’ve seen.<p>But I do long for a simpler alternative. Is that Cap’n proto? Seems like for Java there is only 3rd party support for serialization only, and not RPC.
评论 #28186411 未加载
评论 #28186750 未加载
评论 #28186215 未加载
评论 #28187674 未加载
评论 #28186220 未加载
评论 #28186377 未加载
评论 #28186298 未加载
appleflaxenalmost 4 years ago
I am a huge Kenton Varda fan. his sandcats platform was genius. I&#x27;m happy to see it open sourced, but sad to see the development slow down.<p>great to see he is still pushing cap&#x27;n proto forward!
评论 #28186529 未加载
rawoke083600almost 4 years ago
Very good. Where does the &quot;speed increase&quot; comes from ? Better encoding scheme or better decoding implementation ?
评论 #28187171 未加载
lilyballalmost 4 years ago
What will it take before it’s declared as 1.0?
评论 #28189574 未加载
评论 #28186859 未加载
SV_BubbleTimealmost 4 years ago
Is anyone using a non-self describing schema format like this in C?<p>I used Protobufs for awhile and really didn’t like the C options.