gRPC
Computer programWikipedia
35
MENTIONS
16
EPISODES
14
PODCASTS
Search complete. 35 mentions across 16 episodes found for "gRPC".
Sep 10, 2026
A Rust Framework to Simplify Distributed Systems
S
33:31Sean FalconerHOST
Am I only basically building a certain part of my application in Rust using Hydro, and I could build other parts of it using whatever language I choose?
J
33:41Joe HellersteinGUEST
Yeah, I mean, you know, keep in mind it's the distributed systems world, so you can always take a piece of your system and turn it into a service, and then the endpoints are gRPC or REST or something like that, right? They can be cross language.
J
33:53Joe HellersteinGUEST
So certainly that's always an option.
J
33:55Joe HellersteinGUEST
You can write a microservice or tear out a piece of your system and turn it into a service and write it in Hydro even though your service was written in something else.
Building a Pure AI Inference Server
H
10:57Herman PoppleberryHOST
But Whisper doesn't speak that protocol.
H
11:00Herman PoppleberryHOST
Image generation models use their own thing, typically something like the stable diffusion web, UI API, or a custom gRPC interface.
H
11:09Herman PoppleberryHOST
Embedding models usually speak OpenAI compatible too, but not always.
H
11:13Herman PoppleberryHOST
So even if you standardize on the OpenAI API format for LLMs, you still have protocol diversity across model types, and something needs to normalize that.
S5E21 - Pro Spring Boot 4 with Felipe Gutierrez
F
49:56Felipe GutierrezGUEST
You're going to have even hands on all these you know, creating your MCP server, everything about, obviously, all the Spring AI.
F
50:07Felipe GutierrezGUEST
But not only that, you're going to also take a look into the GRCP stuff, right? For example, just to let you know, at least on Cockroach TV, we're using gRPC to connect between nodes, right? If you look for the difference between GraphQL, and maybe we can start a fight, Dan, because...
D
50:27Dan VegaHOST
No, not at all.
F
50:30Felipe GutierrezGUEST
GraphQL is going all the way kind of up.
The Model Context Protocol (MCP): Why It's Becoming the "API Standard" for AI Agents
H
1:57HackerNoon AINARRATOR
The obvious objection first: we already have APIs.
H
2:01HackerNoon AINARRATOR
REST, gRPC, OpenAPI specs, decades of tooling.
H
2:05HackerNoon AINARRATOR
Why does an AI agent need a new protocol to call a database or a ticketing system? The answer is that traditional API integration was designed for developers, and agents are not developers.
H
2:16HackerNoon AINARRATOR
Three gaps matter in practice.
August 28th 2026 - Google Cloud Update
S
7:01speaker_0HOST
To keep track of all these automated agent actions, Cloud Monitoring has added robust telemetry for your data connectors.
S
7:08speaker_0HOST
You can track exact tool IDs, engine IDs, and gRPC response codes.
S
7:15speaker_0HOST
There's also a brand-new request latencies metric in beta to measure exactly how long your agent tool calls are taking.
S
7:23speaker_0HOST
And for eligible customers, the standard Emerging Market Edition now has full access to standard AI developer tools.
Update on 3.20 and Monero, ADR 30 Vote, AI Using THORChain, Memoless Issue | Podcast #229
C
13:11ChadGUEST
But, you know... open to new information that i don't have now uh that would say otherwise you know uh but we've identified the root of the current issue and we've already you know got a patch going for that and so i don't think that'll be necessary but yeah that could change within the next 24 hours
K
13:31KentonHOST
okay it looks like andy is that you from liquify did you just post this He says that was sorted in a hotfix to enable gRPC loopback, which detached them from consensus delays.
K
13:45KentonHOST
I don't know what any of that means.
K
13:46KentonHOST
Do you know what that means,
Joe Grandja on Spring Authorization Server, OAuth, and so much more
J
3:26Josh LongHOST
So really just about every use case, every place I can imagine.
J
3:28Josh LongHOST
Messaging, gRPC, Kafka, integration, um, you know, um, web apps, uh, you know, everything.
J
3:35Josh LongHOST
Everything you can...
J
3:36Josh LongHOST
MCP for AI, you know? There's always a reason to, to use security and to think about security, and there's even more reason to use the Spring Auth Server.
22 MINS LATER
J
26:04Josh LongHOST
I mean, just I, I think the, to the extent that we can make OAuth a s- you know, for everybody, you know, like there's, there's so many use cases.
J
26:12Josh LongHOST
One of the, one of the things that's, the, one of the strengths and also maybe not weaknesses, but, um, hiccups or bumps in the road for people adopting OAuth is that OAuth 2 is a framework for security.
J
26:24Josh LongHOST
It's not just a prescriptive set it once and forget, you know? And so to the extent that I can take it to my desktop, my CLI, my, my web application, my gRPC application, you know, the pieces are all there.
J
26:38Josh LongHOST
And, uh, now y- with what you're describing, there's, it sounds like there's, in that same framework, there's these new options for even the core things of like, like doing the authentication itself can become more secure, right? And it's still consistent with the overall intent of OAuth, right? It just, it's expanding.
LHS Episode #627: The Dumpster Returns
B
19:57BillHOST
Uh, so yeah, first one here is QSO Ripper.
B
20:00BillHOST
Uh, it says, "This is a high performance ham radio logging platform built around the shared GPR- gRPC, uh, slash Protobuf contracts, interchangeable engine hosts, and keyboard first clients." Uh, this is a Rust based application, so [laughs] you know, you know it's, uh, built by Claude.
B
20:20BillHOST
[laughs] And, uh, it has a, uh, MIT license, and I'm just kinda looking on the GitHub site here for some screenshots, and I don't see any screenshots.
B
20:33BillHOST
So I'm not gonna run this.
B
21:10BillHOST
But, uh, but anyway, this looks kinda interesting.
B
21:12BillHOST
I might actually check this out since it did pass the, uh, pass the security code review, uh, just 'cause we can never have enough logging, uh, logging applications.
B
21:22BillHOST
It's interesting that it uses, uh, um, a, a gRPC contracts, 'cause I'm assuming it's, has its contracts with itself, so that means it probably spins up a microservice for itself.
B
21:33BillHOST
And it uses gRPC to be highly efficient to transport the data from the, the UI, which I thought it was a, uh, a terminal univer- user interface [laughs] and the API.
P
Unknown podcast
API Composition: The Architecture Behind Modern Apps
Aug 20 · 3 Mentions
S
20:06SophiaGUEST
Google has actually been using this internal design guide since 2014, and it's practically a masterclass in establishing a predictable API ecosystem.
S
20:15SophiaGUEST
Interestingly, it applies to both their traditional REST APIs and their high-performance gRPC APIs.
D
20:22DavidHOST
Let's talk about gRPC because it's a completely different beast than the normal web APIs most people are familiar with.
D
20:29DavidHOST
It relies heavily on protocol buffers or proto buffs instead of the standard JSON payloads we usually see.
S
20:35SophiaGUEST
To understand why this matters, you really have to look at the mechanism.
S
21:23SophiaGUEST
Through an ingenious process called transcoding, think of it like a real-time UN translator at the edge of their network.
D
21:29DavidHOST
OK, I like that.
S
21:29SophiaGUEST
They use API service configurations to automatically map standard incoming HTTP and JSON requests directly into internal binary gRPC calls.
From 18 months to 6: High-velocity database engineering
P
11:05Philip O'TooleGUEST
It means you fire it up, you can send a request to it, you can access it in the browser.
P
11:09Philip O'TooleGUEST
There is a lot of, there's a pre-request to add a gRPC, which is an RPC interface, to add a Postgres-compatible front end, They're all fabulous ideas.
P
11:20Philip O'TooleGUEST
And of course I've been tempted, and in the advent of LLMs, you'd be tempted to sit down, tell the agent, add this, I'll be back in four hours.
P
11:27Philip O'TooleGUEST
But that is going to add a whole new operational element to it that is part of the reason I have resisted.
6 more episodes mention gRPC.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.