June 2026 Summaries
11 posts from Confluent
Filter
Month:
Year:
Post Summaries
Back to Blog
Financial institutions face the challenge of preventing fraud in real-time, a task that traditional batch processing systems cannot meet due to their slow response times. To address this, Confluent leverages Apache Kafka® and Apache Flink® to create a real-time data streaming platform that enables proactive fraud detection by continuously correlating transactional and behavioral signals. This system must balance speed with essential requirements such as security, resilience, and compliance, particularly given the stringent regulatory frameworks like PCI DSS, GDPR, and DORA. Confluent Cloud integrates multi-layered data protection, identity and access management, and comprehensive compliance measures to provide a production-ready environment for fraud detection. The platform ensures data integrity and security through encryption at rest and in transit, private networking, and robust access controls. Moreover, it supports operational resilience with a 99.99% uptime guarantee and zero downtime operations, thereby maintaining continuous fraud detection capabilities. By delivering a scalable and secure infrastructure, Confluent empowers financial services to protect customer trust and institutional reputation while complying with regulatory demands.
Jun 29, 2026
1,508 words in the original blog post.
As organizations transition from batch processing to real-time streaming architectures, a significant governance gap emerges due to traditional data governance tools being ill-suited for dynamic data in motion. Confluent's Stream Governance suite addresses this gap by offering enterprise-grade governance, security, and compliance controls specifically designed for streaming data across various industries. Key components include Stream Catalog for data visibility and ownership, Stream Lineage for tracing data flows, Schema Registry for enforcing data contracts, and role-based access control to manage data access. Additionally, client-side encryption ensures data security, with audit logs providing evidence for compliance. This approach enables compliance to be an inherent property of the stream itself, rather than an afterthought. The platform's capabilities are crucial for addressing sensitive data security, privacy compliance, operational resilience, and financial reporting integrity, ensuring that data governance keeps pace with the demands of modern, real-time data environments.
Jun 29, 2026
1,595 words in the original blog post.
Hyper-personalization in 2026 hinges on the ability to act on user intent in real time, which traditional batch customer data platforms (CDPs) cannot achieve due to their inability to capture immediate intent and session state. A streaming-native real-time data engine enables capturing every event, maintaining session state, and making in-flight decisions, with varying latency requirements based on the use case, from sub-100 ms for real-time bidding to hour-to-day windows for email campaigns. This architecture involves four main tasks: connecting, streaming, processing, and governing data, with an AI-native layer supporting generative inference and contextual retrieval. Evaluating a real-time data engine requires assessing capabilities in streaming, connectors, processing, governance, and AI primitives, as a unified vendor approach can prevent integration issues. The text provides examples using Confluent's stack, illustrating how real-time personalization can enhance experiences in retail, media, and cross-channel orchestration by ensuring actions are based on the most current data, ultimately leading to more effective and timely user engagement.
Jun 23, 2026
4,885 words in the original blog post.
The text discusses the advantages of adopting a unified streaming (kappa) architecture for predictive machine learning (ML) pipelines to address the issue of training-serving skew, which arises when batch and streaming code paths for the same features diverge, leading to degraded model accuracy and increased infrastructure costs. It highlights that using a single streaming layer with Apache Flink can ensure consistent feature computation for both offline training and online inference, reducing mismatches and infrastructure expenses. The text provides evidence from companies like DoorDash, Netflix, and SAS, which have benefited from transitioning to a kappa architecture by lowering costs and improving efficiency. The document also outlines the components necessary for implementing a production-grade kappa system, including ingestion, processing, and materialization capabilities offered by the Confluent Data Streaming Platform. The discussion extends to the importance of event-time processing, state management, and exactly-once semantics to maintain feature accuracy and reduce operational risks in streaming ML pipelines. Furthermore, it evaluates the 2026 MLOps data stack, comparing various platforms like Databricks, SageMaker, and Tecton, and emphasizes the role of data governance and lineage in reducing ML production incidents. The text concludes by suggesting that organizations should adopt a unified streaming backbone to improve model accuracy and operational efficiency in ML pipelines.
Jun 23, 2026
4,296 words in the original blog post.
dbt has extended its capabilities to Confluent Cloud, allowing data engineers to define, test, document, and deploy SQL transformations on streaming data sources through a new dbt-confluent adapter. This move aligns with the growing trend of processing data closer to its source, often streams, driven by AI and customer demand for up-to-date data, which necessitates transforming batch processes into continuous streaming jobs. The dbt-confluent adapter, built with a confluent-sql Python driver, facilitates streaming-native materializations and supports reliable, deterministic testing by switching to bounded execution mode during tests. This integration into Confluent Cloud offers a familiar interface for managing transformations and seamless CI/CD integration, enabling data engineers to manage streaming pipelines with the same rigor as batch processes. By employing the adapter, streaming pipelines can be deployed with the same pull request, review, and deploy processes used in typical software development, ensuring a consistent approach to data management across platforms.
Jun 18, 2026
1,282 words in the original blog post.
The transition of a retrieval-augmented generation (RAG) prototype from a Python notebook to production is fundamentally a distributed systems challenge, rather than an API orchestration issue. For engineering managers and data platform leads, the decision to build or buy streaming infrastructure will significantly impact AI feature development over the next few years. The guide emphasizes that production real-time RAG is a streaming-systems problem, with DIY pipelines incurring a growing integration tax that slows AI feature velocity. For most enterprises, purchasing a unified managed streaming platform that offers stream, connect, process, and govern functionalities under a single service-level agreement is recommended. Such platforms should include AI-native features like in-flight embedding generation and context served via the Model Context Protocol. Building a real-time RAG system is complex, involving continuous data synchronization, precise handling of late-arriving data, and managing schema changes without causing application downtime. While building may be suitable for organizations with unique requirements or large platform teams, the integration tax of assembling raw components often outweighs the initial flexibility, making unified managed platforms like Confluent a better choice for most, as they provide a comprehensive solution with a reduced total cost of ownership and enhanced operational efficiency.
Jun 15, 2026
4,928 words in the original blog post.
The text discusses the complexities and requirements of deploying AI systems in regulated environments, focusing on compliance with frameworks like the EU AI Act and the NIST AI Risk Management Framework. It emphasizes that stateless chat-style AI agents are inadequate for compliance due to their inability to provide tamper-evident logging and exact decision traceability. Instead, it proposes using stateful, event-driven architectures employing tools like Apache Kafka and Apache Flink to ensure deterministic control, real-time monitoring, and verifiable auditing. The architecture involves managing seven distinct states for AI agents to ensure compliance, leveraging streaming patterns like event sourcing for immutable decision records, and implementing stateful policy gates to enforce actions. The text highlights the importance of maintaining client-side encryption and data lineage to safeguard sensitive information. It also outlines use cases across various industries, illustrating how these patterns can be applied to meet regulatory requirements, and provides a phased rollout plan for transitioning from prototypes to fully compliant systems. The discussion concludes with a recommendation for adopting a streaming-native infrastructure to achieve robust compliance and auditability in AI deployments.
Jun 15, 2026
4,107 words in the original blog post.
The article provides a comprehensive framework for deciding when to use Apache Kafka, emphasizing its role in reliably moving ordered streams of events between systems at scale. Kafka is highlighted as a distributed commit log rather than a traditional message queue, offering advantages such as strict data ordering, durability, replayability, and supporting multiple independent consumers. It is particularly beneficial in scenarios requiring ordered, durable event streams, massive data fan-out, event replay or reprocessing, real-time data pipelines, and high throughput. However, Kafka may introduce unnecessary complexity for simple task queues, small-scale operations, or synchronous messaging needs, where simpler alternatives may suffice. The article also discusses the decision between self-managed and managed Kafka deployments, considering team capacity, operational expertise, and specific business priorities, while cautioning about the operational overhead of self-managed Kafka. Ultimately, Kafka is positioned as a tool for specific use cases rather than a default choice, advocating for a pragmatic approach to selecting the most appropriate messaging system for given requirements.
Jun 12, 2026
1,480 words in the original blog post.
Confluent, a data streaming platform built on Apache Kafka, enhances the capabilities of Kafka by providing enterprise-grade tools, managed infrastructure, and ecosystem integrations that simplify operational complexities often associated with Kafka's open-source framework. While Apache Kafka serves as a powerful, distributed event streaming engine essential for high-performance data pipelines and streaming analytics, it lacks comprehensive features like infrastructure provisioning, schema management, and advanced security, requiring users to manage these aspects themselves. Confluent addresses these gaps by offering both a self-managed Confluent Platform and a fully managed Confluent Cloud service, which eliminates the need for users to handle operational overheads such as scaling and security. This platform includes additional features like a Schema Registry for data contracts, over 120 pre-built connectors, managed stream processing with Apache Flink, and advanced governance and observability tools. Confluent Cloud further abstracts the infrastructure by providing a cloud-native service with flexible deployment and pricing options, making it suitable for organizations that need scalable, real-time data streaming solutions without the burden of managing complex Kafka setups.
Jun 12, 2026
2,041 words in the original blog post.
Confluent is a commercial data streaming platform built on Apache Kafka that enhances the open-source technology with enterprise-grade features and fully managed cloud infrastructure, addressing operational challenges that Kafka alone doesn't cover. While Apache Kafka serves as a robust foundation for real-time data architectures by facilitating high-performance data pipelines and streaming analytics, it requires significant operational overhead for tasks like infrastructure provisioning, upgrades, and scaling. Confluent, founded by Kafka's original creators, offers a comprehensive suite of management tools and integrations to simplify these processes, including schema management, security enhancements, and stream processing capabilities. Available as Confluent Platform for self-managed environments or Confluent Cloud for a fully managed service, it provides automated features and global deployment options, making it suitable for organizations needing scalable, secure, and efficient data streaming solutions. Confluent Cloud specifically offers a cloud-native experience, abstracting away the complexities of managing Kafka infrastructure and enhancing it with pre-built connectors, managed Apache Flink, and advanced security features, making it an ideal choice for enterprise-scale operations.
Jun 12, 2026
2,041 words in the original blog post.
Apache Kafka 4.3 introduces numerous new features and improvements, with over 25 KIPs and 600 commits since version 4.2.0, aimed at enhancing its components like the Kafka Broker, Controller, Producer, Consumer, and Admin Client. Key updates include deprecations of certain features, such as the streams-scala module and group.coordinator.rebalance.protocols configuration, set for removal in Apache Kafka 5.0, and improvements like follower fetch from tiered offsets, cordoning brokers, and log directories, and OAuth client assertion support. The update also offers enhancements in Kafka Streams with new configurations for state management and metrics, alongside Kafka Connect improvements for offset translation and plugin discoverability. The release is a culmination of community efforts, involving 147 contributors, and invites users to explore the detailed upgrade notes and release notes for a comprehensive understanding of the changes.
Jun 01, 2026
1,172 words in the original blog post.