• The API Platform for AI.

      Explore More
      Platform Runtimes
      Kong Gateway
      • Kong Cloud Gateways
      • Kong Ingress Controller
      • Kong Operator
      • Kong Gateway Plugins
      Kong AI Gateway
      Kong Event Gateway
      Kong Mesh
      Platform Core Services
      • Gateway Manager
      • Mesh Manager
      • Service Catalog
      Platform Applications
      • Developer Portal
      • API and AI Analytics
      • API Products
      Development Tools
      Kong Insomnia
      • API Design
      • API Testing and Debugging
      Self-Hosted API Management
      Kong Gateway Enterprise
      Kong Open Source Projects
      • Kong Gateway OSS
      • Kuma
      • Kong Insomnia OSS
      • Kong Community
      Get Started
      • Sign Up for Kong Konnect
      • Documentation
    • Featured
      Open Banking SolutionsMobile Application API DevelopmentBuild a Developer PlatformAPI SecurityAPI GovernanceKafka Event StreamingAI GovernanceAPI Productization
      Industry
      Financial ServicesHealthcareHigher EducationInsuranceManufacturingRetailSoftware & TechnologyTransportation
      Use Case
      API Gateway for IstioBuild on KubernetesDecentralized Load BalancingMonolith to MicroservicesObservabilityPower OpenAI ApplicationsService Mesh ConnectivityZero Trust SecuritySee all Solutions
      Demo

      Learn how to innovate faster while maintaining the highest security standards and customer trust

      Register Now
  • Customers
    • Documentation
      Kong KonnectKong GatewayKong MeshKong AI GatewayKong InsomniaPlugin Hub
      Explore
      BlogLearning CentereBooksReportsDemosCase StudiesVideos
      Events
      API SummitWebinarsUser CallsWorkshopsMeetupsSee All Events
      For Developers
      Get StartedCommunityCertificationTraining
    • Company
      About UsWhy Kong?CareersPress RoomInvestorsContact Us
      Partner
      Kong Partner Program
      Security
      Trust and Compliance
      Support
      Enterprise Support PortalProfessional ServicesDocumentation
      Press Release

      Kong Expands with New Headquarters in Downtown San Francisco

      Read More
  • Pricing
  • Login
  • Get a Demo
  • Start for Free
Blog
  • Engineering
  • Enterprise
  • Learning Center
  • Kong News
  • Product Releases
    • API Gateway
    • Service Mesh
    • Insomnia
    • Kubernetes
    • API Security
    • AI Gateway
  • Home
  • Blog
  • Product Releases
  • Kong Gateway Enterprise 3.10: Advanced Kafka Support, Data Orchestration, & More
Product Releases
March 31, 2025
6 min read

Kong Gateway Enterprise 3.10: Advanced Kafka Support, Data Orchestration, & More

Khuslen Khosbayar
Product Marketing, Kong
Andrew Jessup
Principal Product Manager, KIC, Kong
Hugo Guerrero
Principal Tech PMM, Kong
Umair Waheed
Product Marketing, Runtimes, Kong

Today, we're pleased to announce Kong Gateway 3.10, our next Long-Term Support (LTS) version. This LTS version will be supported until March 2028, up to three years from the release date. Please check our documentation here for more details on Kong’s support policy.

Highlights of this release include:

  • Exposing Kafka topics as REST and SSE APIs 
  • Easier data orchestration with Request Callout
  • Centralized management of Redis configuration
  • Incremental Config sync goes GA 

To find out more, keep reading! 

Exposing Kafka topics as REST and SSE APIs 

We're excited to announce that you can now expose Kafka topics for consumption as REST and Server-Sent Events (SSE) API endpoints, allowing you to consume Kafka topics — synchronously or asynchronously — without having to interact with the Kafka protocol. This is driven by the Kong Gateway’s new protocol mediation capabilities, enabled by the new Kafka Consume plugin. 

Protocol mediation extends the value of your real-time data by opening up access to new application teams or even external partners that can’t — or don’t want to — set up their applications as native Kafka clients. Developers can integrate event-driven workflows into their applications more easily without dealing with the complexity of navigating native Kafka protocols and libraries. Using familiar HTTP-based APIs helps reduce the friction developers face when adopting event-driven architectures.

As always, Kong Gateway allows you to add additional security, resilience, and access controls, such as authorization, encryption, and rate-limiting, to protect your API and back-end systems. 

The new Kafka consumer plugin rounds out Kong Gateway’s existing Kafka and Confluent Upstream plugins, which already support producing messages to Kafka via HTTP. The existing Kafka Log plugin, which supports pushing Kong telemetry to other platforms via Kafka, has also been updated to enable customization of the message format.

With this update, you can now more confidently, and securely expose Kafka event streams via Kong Gateway for both producing and consuming applications. This feature opens up new opportunities to deliver innovative customer experiences and real-time process automation.

If you're interested in our new Kafka Consume plugin, you can find it on the plugin hub.

Centralized management of Redis configuration

Many Kong plugins — such as rate limiting, service protection, and caching — rely on Redis for state management and data processing across distributed systems. Before this update, you had to specify the Redis config for every API and plugin that used Redis. Updates were cumbersome, and developer time was wasted.

You can now define your Redis configuration once globally and reference that configuration in other plugins. This should help your teams eliminate redundancy, reduce the potential for error, and simplify change management for both the self-managed and Konnect-managed Gateways. 

We’ve added a new partials config and admin endpoint to support defining these reusable terms. Please take a look at a sample decK configuration below or refer to the documentation here:

Calling out to third-party services with Request Callout 

While not every use case or API implementation calls for orchestration or heavy amounts of Gateway logic, some do. These use cases often require the ability for the Gateway to “call out” to third-party services during a single request flow. Typically, we see two use cases that customers want callouts for:

  1. Custom auth scenarios: where the upstream API requires a specific token or credential to be retrieved from a specialized auth service. For example, Kong will reach out to an authentication service such as Okta or PingFederate using a credential that will respond with a payload containing the token and time-to-live (TTL) for that token. Kong will then attach the token to the upstream request, all in a single request flow.
  2. Request augmentation: augment API requests with data from a third-party service. This could involve manipulating headers or merging the request body of an API request with that of another. For example, let’s say you are an e-commerce company that is a Kong Gateway customer. Kong Gateway can formulate a new request using the ConsumerID to a third-party service that returns store and brand information. These can then be used to transform the upstream request, adding new headers to deliver the correct brand experience for the user. 

Here’s an example of augmenting a request with additional data from external services.

Historically, this has required custom plugin work. With 3.10, we're changing this with a new Request Callout policy, enabled by the Request Callout plugin. This capability enables customers to call out to third-party APIs and use the response to populate or transform subsequent API requests — opening up new data orchestration and internal auth use cases without the extra dev work required for custom plugins.

Incremental Config sync is now GA 

At the end of last year, we announced the tech preview availability of Incremental Config Sync. We're happy to now announce that this feature is generally available for our Konnect customers using hybrid deployments. 

For those not familiar with this functionality, here's a quick refresher:

For customers using hybrid deployment models, configuration updates can use up crucial resources such as CPU and memory and reduce the performance reliability of your apps and services. This is because the control plane would send the entire configuration set to each data plane. For customers with large configuration sets, this can mean a big resource draw on the Gateway.  In extreme cases, this results in latency spikes and loss in throughput for high-traffic data planes.

To address this pain point, we've introduced incremental configuration updates. The control plane will send only the changed parts of the configuration to data planes. This is good news for customers with large deployments and thousands of configuration entities, who can now enjoy much lower CPU and memory usage on DPs and more consistent and predictable latency and throughput. 

Please refer to this previous blog post for the performance benchmark tests for Konnect Control Planes, including CPU and memory usage improvements.

This feature will not be enabled by default. To try this capability, you must change your settings to use this feature. Please refer to the documentation here to learn how. 

Consumers in Konnect now GA

We're making centralized consumer management and identity on Konnect generally available to help customers reduce operational overhead. By storing and maintaining Kong consumer definitions outside of data plane config, customers can define consumers once and reference them across multiple control planes without replicating consumer definitions for every control plane. Consumer configuration can also be retrieved “just-in-time” and cached locally in the data plane with automatic cache management.

For customers with many thousands of consumers, storing consumers in your data plane in memory takes up resources. This is because a large number of consumers would be tied to each control plane, increasing the size of the configuration that is pushed down to data planes. 

With this update, customers can expect smaller config sync sizes and overall sync overhead.

You can learn more about this feature here.

Providing the infrastructure for agentic workflows with AI Gateway

We also have some exciting updates for Kong AI Gateway with new functionality to enhance AI governance, reduce LLM hallucinations with automated RAG pipelines, and provide the underlying infrastructure for agentic workflows. Check out the AI Gateway 3.10 blog post for the full details.

Getting started with Kong Gateway Enterprise 3.10

Start with Kong Gateway Enterprise 3.10 by signing up for Kong Konnect for free. Alternatively, you can explore the options for getting started here. 

Please see the CHANGELOG for Kong Gateway Enterprise here to explore the comprehensive list of features, fixes, and updates.

Power your APIs with Kong Gateway

Learn MoreGet a Demo
Topics:Kong Gateway Enterprise
|
Kafka
Powering the API world

Increase developer productivity, security, and performance at scale with the unified platform for API management, service mesh, and ingress controller.

Sign up for Kong newsletter

Platform
Kong KonnectKong GatewayKong AI GatewayKong InsomniaDeveloper PortalGateway ManagerCloud GatewayGet a Demo
Explore More
Open Banking API SolutionsAPI Governance SolutionsIstio API Gateway IntegrationKubernetes API ManagementAPI Gateway: Build vs BuyKong vs PostmanKong vs MuleSoftKong vs Apigee
Documentation
Kong Konnect DocsKong Gateway DocsKong Mesh DocsKong AI GatewayKong Insomnia DocsKong Plugin Hub
Open Source
Kong GatewayKumaInsomniaKong Community
Company
About KongCustomersCareersPressEventsContactPricing
  • Terms•
  • Privacy•
  • Trust and Compliance
  • © Kong Inc. 2025