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.

Envoy Mobile

218 pointsby jparisealmost 6 years ago

12 comments

simonwalmost 6 years ago
I really like how they're releasing this as effectively the first working proof of concept and committing to developing the rest entirely in the open - it's a great opportunity to see how a project of this scale plays out in real-time on GitHub.
评论 #20217538 未加载
polskibusalmost 6 years ago
So envoy will now provide a client-side library? Is there a particular reason why such client-side enhancements should not be applied to all Api clients, not just on mobile?<p>What is the ultimate goal here? Reduce the amount of boilerplate required to handle all possible edge cases when communicating with a remote service, like need to retry, etc?<p>I&#x27;d like to understand the value prop from a perspective of a generic api client, that does not now if there is Envoy, or any other load balancer on the other end.
评论 #20217174 未加载
评论 #20220250 未加载
评论 #20219663 未加载
orliesaurusalmost 6 years ago
The blog post does explain a lot of the vision and its promises but can someone from Lyft (preferably) explain the practical use cases?
InTheArenaalmost 6 years ago
I&#x27;ve been waiting to see this for a while, because this is intrinsically about extending the service mesh to end devices. Unfortunately it does seem to be more protobuf &#x2F; gRPC specific then I would like at the moment, but device connectivity is absolutely something that should be managed as a separate concern from core application development.
评论 #20217526 未加载
zng00almost 6 years ago
Really interested in cases where people have taken xDS to user-scale. Presumably you would want to implement the Delta Discovery Service to minimize the bandwidth used by xDS updates, however, then you&#x27;re maintaining state on the xDS server which adds server overhead.<p>We&#x27;re adopting xDS as an abstraction for our service discovery. Implementing it has been relatively straightforward even with the relatively minimal documentation outside of the hints provided by the Envoy specific configuration elements.
评论 #20220505 未加载
jensneusealmost 6 years ago
What are possible use cases for a proxy in a client?
评论 #20219080 未加载
adamfeldmanalmost 6 years ago
Is there anything similar to Envoy Mobile for browser-based apps?
评论 #20219180 未加载
edgetechalmost 6 years ago
The hello-world example (At least in Objective-C) shows a &#x27;run-envoy&#x27; call followed by the client code making requests to envoy in the same process over HTTP on a dedicated port. Will there be a client API or is the model that one uses a local HTTP client to speak to your in-process envoy?
评论 #20237343 未加载
nullwasamistakealmost 6 years ago
Shout out to Lyft for Envoy. I haven&#x27;t used it all that much, but it&#x27;s been very set and forget. The other &quot;API gateways&quot; like Linkerd and Kong are either a bunch of hacky Lua scripts (Kong) or use a lot of ram for the number of instances you&#x27;ll probably want (Linkerd)
评论 #20221089 未加载
评论 #20220793 未加载
espeedalmost 6 years ago
Would this make WireGuard UDP tunneling over TCP easier?
评论 #20219998 未加载
vbs_redlofalmost 6 years ago
I want to like envoy, but honestly the documentation for all areas of the framework is poor, with no support.
zubairqalmost 6 years ago
So does this mean that containers will be able to run on mobile devices?
评论 #20217494 未加载
评论 #20222694 未加载