Systems | Development | Analytics | API | Testing

Demo: Real-time anomaly detection and forecasting, Real-Time Context Engine for AI agents, and more

What's new in Q3'26: Real-time anomaly detection and forecasting with IBM Granite Time Series models and Google TimesFM model, upserts for Real-Time Context Engine to maintain fresh context for AI, and lightning queries to instantly serve the current state of the business for operational apps, analytics, and more.

Demo: Real-Time Forecasting with IBM Granite Time Series Models, Apache Flink, and Apache Kafka

Perform robust real-time forecasting on your Kafka data streams using IBM Granite Time Series models TTM, FlowState, PatchTST-FM right in Flink. Get started easily with zero-config, model flexibility, and lower cost in fully managed Confluent Cloud.

Demo: Flink Table API, User-Defined Functions (UDFs), Process Table Functions (PTFs)

Fully managed Confluent Cloud for Apache Flink combines Flink SQL for data engineers with programmatic capabilities like the Table API, User-Defined Functions (UDFs), and Process Table Functions (PTFs) for developers. You can build mission-critical use cases with programmatic capabilities while using familiar dbt- and SQL-based workflows.

Agentic Engineering and the Agentic Software Factory for Real-Time Data Products

Software workloads that process large volumes of real-time data are becoming common. Decades working in this domain has taught me that building and operating reliable and maintainable real-time data products requires permissive access to the context of the environment. This article explains how to approach agentic engineering and apply it when building real-time data products inside an agentic software factory.

Consumer offset mapping in Kafka-to-Kafka replication

If you replicate data between two distinct Kafka clusters, you already know the payloads can match while the offsets might not. This post is about how K2K 2.0 now also keeps consumer committed offsets in sync between the source and the target so consumer groups can fail over in a Disaster Recovery situation, avoiding large re-reading of data or row skips. This offers the community more choice for DR than just MirrorMaker2 and Confluent solutions have until now.

Introducing K2K 2.0: Enterprise Kafka DR - without vendor lock-in

Summary Kafka has become the backbone of the real-time enterprise. The streams it carries are not only time, but business critical: a fraud event isn't processed, a sales order not fulfilled, a trade not settled. Yet we heard a recurring theme from Kafka teams: their business is running critical streaming applications without proper Kafka resiliency.

Why Your Kafka Event Streams Need an Event Gateway

*You wouldn't expose a REST API without a gateway. What about Kafka?* You would never expose a REST API without an API gateway in front of it. Authentication, rate limiting, observability, access control — these aren't optional extras. They're mandatory, and we've spent the last decade building the API gateway pattern to solve exactly this problem. So here's the question worth sitting with: would you expose Kafka or any event stream without a gateway?

Preventing Kafka war rooms: with self-service troubleshooting

Most Kafka war rooms don't start at 2am in production. They start weeks earlier, when an engineer couldn’t explore a topic, see partition distribution, a quota or a config and shipped hoping for the best. That's the Platform Engineering waiting room: developers building apps waiting in a queue of tickets, with no self-service visibility into Kafka. That release triggers a P1 later.