What is Apache Kafka? Guide for Beginners

Apache Kafka is a distributed, fault-tolerant, high-throughput event-streaming platform. LinkedIn originally developed it to handle massive data pipelines. The Apache Software Foundation now maintains this open-source project. The Commit Log Mental
API Gateway vs. AI Gateway

The Gateway Evolution
An unoptimized AI inference endpoint can burn through thousands of dollars in minutes. This isn't hyperbole. It's the new reality of artificial intelligence operations. When GPT-4 processes thousands of tokens per request, tradi
Exposing Kafka to the Internet: Solving External Access

Your Kafka Doesn't Have to Live Behind a Wall
When teams resort to VPC peering or PrivateLink to expose Kafka, they're not solving the problem — they're managing it, one network topology decision at a time. Every new external consumer adds compl
Announcing Kong Operator 2.1

With Kong Ingress Controller, when your Control Plane was hosted in Kong Konnect, and you were using Kubernetes Gateway API, your dataplane, routes, and services were in read-only mode. When using Kong Ingress Controller with Kubernetes Gateway API
Building Secure AI Agents with Kong's MCP Proxy and Volcano SDK

The example below shows how an AI agent can be built using Volcano SDK with minimal code, while still interacting with backend services in a controlled way. The agent is created by first configuring an LLM, then defining an MCP (Model Context Prot
Comprehensive Guide for Understanding REST APIs

A RESTful API is a type of application programming interface that follows the guidelines of Representational State Transfer (REST). Its goal is to present data models and functions in a clear and standard format. RESTful APIs use common web techno
API Rate Limiting: Beginner's Guide

What is API rate limiting? API rate limiting involves using a mechanism to control the number of requests an API can handle in a certain time period. It's a key process for ensuring that APIs perform to a high level, provide a quality user experienc