Thanks for the feedback! I appreciate your perspective.
regarding “API use is exploding everywhere” … I’m with you… sometimes the blog posts get a little too much input from the marketing team.
And I get your point that you’d like to have a more concrete comparison of Apigee vs API Gateway.
The big difference is that Apigee is a full featured API Management platform - with Monitoring + Alerting, a developer portal, a gateway with a policy engine with 50+ policy types, Support for multiple deployment options (hybrid, X), Productization and Monetization, Advanced Security (AI-powered bot detection and mediation), support for multiple different security protocols, data mediation… All of that adds up to what we call “Platform”. API Gateway is a simple gateway. If you want that other stuff, you have to build it. Apigee supports OAuth, SAML, WS-Security, API Keys, … API Gateway supports API Keys or JWT-based auth, that’s it. Apigee supports XML to JSON conversions and other data conversions; API Gateway doesn’t. etc etc etc.
That’s the key distinction. Platform vs Gateway.
If you are looking for exact comparisons of performance, we haven’t done them. I don’t know the maximum throughput you can expect for API Gateway; we haven’t thoroughly benchmarked it as far as I know, and I believe you’re correct that Google doesn’t publish numbers (which we don’t have anyway).
In my experience, throughput of the gateway is not a differentiator between Apigee and Google API Gateway. It’s the platform stuff.
If you have a single endpoint, or a handful of endpoints, running in Cloud Run, or Cloud Functions, and you’d like to inject some standard Authentication and rate limiting in front of them, API Gateway is a great choice. It’s simple, easy, and it works well. If you have a very large number of endpoints, lots of disparate data sources, different teams publishing APIs, a mix of off-the-shelf APIs and custom APIs, APIs that run in other clouds, if you want to productize or monetize your APIs, … Then Apigee is the much better choice.
I hope this is helpful. Again thanks for the feedback.