
Work Here?
Company Historically Provides H1B Sponsorship
Prepare a concise company summary describing what Confluent does, how its products work, how it differs from competitors, and its goal.
Industries
Data & Analytics
Enterprise Software
Company Size
1,001-5,000
Company Stage
IPO
Headquarters
Mountain View, California
Founded
2014
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$2.3B
Above
Industry Average
Funded Over
8 Rounds
Best Teammates on Planet Earth - Loving your job has a lot to do with the people around you. Luckily at Confluent, you will find some of the most genuine people who make you excited to come to work each day.
Adjustable Working Arrangements - While most of our employees work typical business hours, we encourage everyone to partner with their manager to make a schedule that works best for them and Confluent.
Robust Benefits - Health and wellness is important and Confluent is proud to offer a total benefits program that ranks in the top percentile of companies similar in size to our industry in our established geographies.
Rest and Recharge Days - Personal time off is great but it is even better when your whole team has the day. Each quarter, teams have three recharge days where the entire team logs off and refreshes before coming back to work.
Weekly Lunch Spend - At Confluent, we have a weekly lunch program called “No Pay Thursday.” On Thursdays, lunch is provided by Confluent at local restaurants and grocery stores, taxes may apply for some countries.
Flexible Paid Time Off (PTO) - Confluent employees work really hard to meet the needs of our growing and scaling business. To make sure that we don’t burn out, we encourage everyone to balance their PTO in an adequate way.
Confluent has secured a $510 million term loan B facility to fund its acquisition of A&E Networks. The financing, finalised on 13 July 2026, forms part of a broader capital structure adjustment for the strategic deal. The senior secured debt will finance the transaction and related expenses. It will be used alongside existing equity and other debt instruments as a key component of the capital stack. The acquisition is expected to expand Confluent's market reach and diversify its revenue streams. The transaction remains subject to regulatory approvals and customary closing conditions. Investors are advised to monitor the company's upcoming earnings call for further details on the financing structure and integration plans.
Apache Kafka 4.3.0 release announcement. Jun 1, 2026Read Time: 5 min Confluent Enterprise is proud to announce the release of Apache Kafka(R) 4.3. This release contains many new features and improvements. This blog post will highlight some of the more prominent ones. For a full list of changes, be sure to check the release notes. With 25 KIPs and over 600 commits since 4.2.0, this release introduces many new features, improvements and bug fixes to all the components. See the Upgrading to 4.3 section in the documentation for the list of notable changes and detailed upgrade steps. Deprecation notices. * KIP-1244 Drop support for streams-scala in Kafka 5.0 (deprecate in 4.3)Deprecates the streams-scala module. Marked for removal in Apache Kafka 5.0. * KIP-1237: Deprecate group.coordinator.rebalance.protocols configDeprecates the group.coordinator.rebalance.protocols broker configuration. Marked for removal in Apache Kafka 5.0. * KIP-1280: Update MirrorMaker to use KIP-877 to emit metricsDeprecates the existing MirrorMaker metrics. They are marked for removal in Apache Kafka 5.0. Users should transition to the new metric names. Kafka broker, controller, producer, consumer and admin client. * KIP-1023: Follower fetch from tiered offsetAdds a new broker configuration, follower.fetch.last.tiered.offset.enable (default: false). When enabled the last tiered offset is used as the start offset when bootstrapping a new follower. * KIP-1066: Mechanism to cordon brokers and log directoriesIntroduces a new configuration, cordoned.log.dirs to cordon log directories. New partitions cannot be placed on a cordoned log directory. This can be used when scaling or decommissioning brokers or log directories. * KIP-1196: Introduce group.coordinator.append.max.buffer.size configIntroduces the group.coordinator.append.max.buffer.size and share.coordinator.append.max.buffer.size configurations to set the maximum buffer size the coordinators can use. There are also metrics to track the buffer usage. * KIP-1208: Add prefix to TopicBasedRemoteLogMetadataManagerConfig to enable setting admin configsIntroduces a new prefix remote.log.metadata.admin. for setting configurations for the admin client used by the tiered storage's RemoteLogMetadataManager. * KIP-1211: Align the behavior of num.partitions and default.replication.factor for topic creationFixes inconsistencies how num.partitions and default.replication.factor were applied when creating topics. * KIP-1219: Configurations for KRaft Fetch and FetchSnapshot Byte SizeAdds new broker configurations, controller.quorum.fetch.snapshot.max.bytes and controller.quorum.fetch.max.bytes, to control the maximum amount of data Fetch and FetchSnapshot requests can retrieve. * KIP-1235: Correct the default min.insync.replicas to 2 for the __remote_log_metadata topic Adds a new broker configuration, remote.log.metadata.topic.min.isr, to set the minimum in-sync replicas for the internal topic used by tiered storage. * KIP-1240: Additional group configurations for share groupsAdds a number of new broker and group configurations to control the behavior of share groups. * KIP-1251: Assignment epochs for consumer groupsImproves the member epoch validation logic to avoid unnecessary fencing of group members. * KIP-1257: Partition Size Percentage Metrics for Storage MonitoringIntroduces new metrics to track how much of the maximum retention each topic-partition currently uses. * KIP-1258: Add Support for OAuth Client Assertion to client_credentials Grant TypeAdds support for client assertion authentication to client_credentials grant type with OAuth to enhance security and compatibility with OAuth providers. * KIP-1263: Group Coordinator Assignment Batching and OffloadImproves the group coordinator assignment logic to avoid recomputing assignments when unnecessary. * KIP-1274: Deprecate and remove support for Classic rebalance protocol in KafkaConsumer (Phase 1)Logs a message when starting a consumer with the classic rebalance protocol recommending to use the new consumer rebalance protocol instead as the classic protocol will be deprecated in a future release. Kafka Streams. * KIP-1035: StateStore managed changelog offsetsAdds methods to the StateStore API to manage changelog offsets. This is an internal runtime change, and only relevant for custom StateStore implementations. * KIP-1247: Make Bytes utils class part of the public APIExposes the Bytes class as part of the public API so it appears in the javadoc. * KIP-1250: Add metric to track size of in-memory state storesAdds new metrics tracking the number of keys in the in-memory state stores. * KIP-1259: Add configuration to wipe Kafka Streams local state on startupAdds a new configuration, state.cleanup.dir.max.age.ms, to automatically delete state directories that have not been modified for that duration on startup. * KIP-1270: Extend ProcessingExceptionHandler for GlobalThreadAdds a new configuration, processing.exception.handler.global.enabled, to enable ProcessingExceptionHandler to handle GlobalKTable exceptions. * KIP-1271: Allow to Store Headers in State StoresExtends the Processor API to support record headers in state stores. * KIP-1285: DSL Opt-in Support for Headers-Aware State StoresExposes Headers-Aware State Stores (KIP-1271) to the DSL API. Kafka Connect. * KIP-1239: Batch offset translation in RemoteClusterUtilsAdds a new method RemoteClusterUtils.translateOffsets to translate the committed offsets of several consumer groups at the same time. * KIP-1273: Improve Connect configurable components discoverabilityIntroduces a new interface, ConnectPlugin, that all Kafka Connect plugins implement to ensure common methods across all plugin types. * KIP-1280: Update MirrorMaker to use KIP-877 to emit metricsAdds a new configuration, metric.names.formats, for MirrorSourceConnector and MirrorCheckpointConnector to opt-in to the new metric names. Summary. Ready to get started with Apache Kafka 4.3.0? Check out all the details in the upgrade notes and the release notes, and download Apache Kafka 4.3.0. This was a community effort, so thank you to everyone who contributed to this release, including all its users and its 147 contributors (and 3 AIs): 高春晖, 조형준, Abhijeet Kumar, Abhinav Dixit, Alieh Saeedi, Alyssa Huang, Andrew Schofield, Aneesh Garg, Angelo R., Anton Vasanth, ANUSHREE BONDIA, Apoorv Mittal, Arpit Goyal, Artem Livshits, averemee-si, Bill Bejeck, Bolin Lin, Calvin Liu, Chang-Chi Hsu, Chang-Yu Huang, Chia-Ping Tsai, Chia-Yi Chiu, ChickenchickenLove, Chih-Yuan Chien, Chirag Wadhwa, Chris Egerton, Christo Lolov, Claude, Claude Sonnet 4.6, Copilot, cui, Dale Lane, David Arthur, David Jacot, Deepak Goyal, Dejan Stojadinović, dengziming, Ding, Dmitry Werner, Dongnuo Lyu, Donny Nadolny, Edoardo Comar, Eduwer Camacaro, Emanuele Rabino, Emmanuel Oppong, Eric Chang, Erik Anderson, Evan Zhou, Federico Valeri, Fiore Mario Vitale, gabriellefu, Gaurav Narula, Gianmarco, Giuseppe Lillo, gomudayya, Gyeongwon, Do, Harish Vishwanath, Hector Geraldino, high.lee, Himanshu Verma, Hong-Yi Chen, Hy (하이), hy-rice, Ibuki Kaji, Ilyas Toumlilt, Ismael Juma, Izzy Harker, J.V.S Aarathi, Jacob Montemayor, JeevanYewale, Jhen-Yung Hsu, Jian, Jiayao Sun, jimmy, Jinhe Zhang, Joanna-D, Jonah Hooper, José Armando García Sancio, Josep Prat, Jun Rao, Justine Olshan, k-apol, Kamal Chandraprakash, Ken Huang, Kevin Wu, khilesh Chaganti, Kirk True, Kuan-Po Tseng, Lan Ding, Levani Kokhreidze, Lianet Magrans, Lucas Brutschy, Lucy Liu, Luke Chen, Ma Jialong, Mahsa Seifikar, manan.gupta, Manikumar Reddy, mannoopj, Maros Orsak, Matthias J. Sax, Mickael Maison, Ming-Yen Chung, Moshe Blumberg, Murali Basani, Nandini Singhal, Nick Guo, Nick Telford, Nikita Shupletsov, Nilesh Kumar, Lan Ding, Paolo Patierno, Park Jiwon, Parker Chang, Philippus Baalman, PoAn Yang, Prabhash Kumar, Raghu Baddam, Rajarshi Misra, Rion Williams, Rion Williams,, Ritika Reddy, Robin Marechal, runom, S.Y. Wang, Saket Ranjan, Sanskar Jhajharia, Santhan3159, Sean Quah, Shashank, Shivsundar R, Siddhartha Devineni, sstremler, Steven Schlansker, Stig Døssing, Sushant Mahajan, TaiJuWu, TengYao Chi, Tirth, tison, Uladzislau Blok, Viktor Somogyi-Vass, Vincent Jiang, Vincent Potuček, Xuan-Zhang Gong, Zheguang Zhao, Zhiyan Tang, zoo-code Table of Contents * Mickael Maison is a committer and the chair of the Project Management Committee (PMC) for Apache Kafka. He has been contributing to Apache Kafka and its wider ecosystem since 2015. Mickael is a software engineer with over 15 years of software development experience. He is currently working in the Kafka team at Red Hat. He really enjoys sharing expertise and teaching and has been writing monthly Kafka digests since 2018 and enjoys presenting at conferences.
Confluent expands real-time AI capabilities with new security and developer tools. May 20, 2026 Confluent, an IBM company and the data streaming pioneer, today announced new capabilities in Confluent Intelligence and Confluent Cloud that streamline how real-time artificial intelligence (AI) applications are built and secured. These updates remove the security and complexity barriers that stop organizations from moving AI workloads into the real world. Confluent unifies the AI life cycle with tools that developers already live in, integrating Apache Flink pipelines with dbt (data build tool) and introducing a fully managed Model Context Protocol (MCP) server and Agent Skills that let AI manage streaming operations. With automated personally identifiable information (PII) redaction and private connectivity to external models via Azure Private Link, Confluent also embeds enterprise-grade governance directly into the data streams. "Most AI projects fail before they reach a single customer because the data layer breaks down," said Sean Falconer, head of AI at Confluent. "Teams have the models and the mandate, but security risks and fragmented data stop them from shipping. We're fixing that by making the streaming layer the foundation for secure, production-ready AI." The problem is widespread, according to a McKinsey report that says, "... eight in ten companies cite data limitations as a roadblock to scaling agentic AI." Root causes are often tied to security teams blocking data from entering AI pipelines due to exposure risks and developers losing hours to tool-switching to inspect and manage the data streams their AI depends on. The resulting slow, manual process turns what should be a fast iteration cycle into a bottleneck. Confluent Cloud and Confluent Intelligence form the data streaming foundation for production-ready AI that continuously processes historic and real-time data and delivers it as trusted context into AI applications. New capabilities add the security controls and developer tooling that high-stakes industries require. Natural language operations allow developers to use Confluent MCP as a control plane, enabling AI to build, manage, and debug streaming operations using natural language. Agent Skills add a second layer, encoding best practices and workflows so those operations are executed consistently and in line with organizational standards. Together, they enable developers to create and continuously improve real-time applications using AI-powered tools, bringing streaming into modern, agent-driven development workflows. This is generally available for Confluent Cloud. Automated data privacy introduces a new built-in ML function for PII detection and redaction that protects sensitive information directly in Flink SQL, without custom code, external services, or moving data to a warehouse first. This unlocks more AI use cases across highly regulated industries such as financial services, healthcare, and insurance. It is available in early access for Confluent Intelligence. Secure connectivity support for Azure Private Link ensures that AI workloads stay off the public internet with secure, private paths to calling external models and querying external tables. Flink jobs can securely connect to Azure-hosted services such as Azure OpenAI, Azure SQL, and Cosmos DB over Microsoft's private backbone. This capability is generally available on Confluent Cloud. Unified engineering workflows are enabled through the free open source dbt adapter that brings Flink SQL on Confluent Cloud into dbt, the industry-standard framework data engineers use to build and manage data pipelines. Teams can immediately define, test, and deploy streaming pipelines using the same dbt commands and project structure they rely on today. This lowers the barrier to Flink adoption and makes it easier to extend existing data workflows into real-time use cases. It is generally available on Confluent Cloud. Confluent also provides flexibility with additional model support, including support for TimesFM models for robust anomaly detection as well as Anthropic and Fireworks AI models, which developers can directly use in Flink stream processing workflows to build sophisticated real-time AI applications. Highlights include the general availability of the Real-Time Context Engine, which continuously delivers fresh, governed context for AI applications, and new fully managed connectors in Confluent Cloud that further simplify data integration. These capabilities extend recent announcements at IBM Think that integrate Confluent Cloud further into IBM solutions. With Confluent, watsonx.data delivers an AI-ready data foundation and a real-time context layer for AI across hybrid environments.
Confluent moves Schema IDs to Kafka headers to simplify schema governance. Write for infoq. Feed your curiosity. Help 550k+ global senior developers each month stay ahead. Get in touch Confluent has introduced a new approach to managing schema metadata in Apache Kafka by enabling schema IDs to be stored in message headers rather than in the payload. The update is designed to simplify data governance and enable teams to adopt schema validation without changing existing event formats. The feature builds on Kafka's native header support and integrates with Confluent Schema Registry, which is widely used by organizations managing event-driven architectures across microservices, analytics pipelines, and data platforms. In traditional Kafka deployments using Confluent's wire format, schema IDs are embedded directly in the message payload. This ensures consumers can correctly deserialize events, but it tightly couples schema metadata with the data itself. Over time, this coupling complicates schema evolution, especially in environments where multiple teams and systems consume the same event streams. It also increases coordination overhead when schema changes are introduced across producers and consumers. With the new approach, schema identifiers are stored in Kafka record headers while the payload remains unchanged. Consumers retrieve the schema from the schema registry at runtime using the ID in the header. This maintains compatibility with formats such as Avro, Protobuf, and JSON Schema while reducing dependence on tightly coupled wire formats. Schema resolution is decoupled from the payload, making event streams more flexible and easier to integrate across downstream systems and tooling. Schema handling before and after moving schema IDs to Kafka headers (Source: Confluent Blog Post) Patrick Neff, CSTA Team Lead CEMEA at Confluent, highlights the importance of schema governance in enabling reuse across streaming and analytics systems in a LinkedIn post. Schemas are the key enabler for unlocking the full value of your data. The header-based approach also supports incremental adoption. Organizations can introduce schema governance without large-scale rewrites or coordinated changes across all producers and consumers. Schema IDs can be attached to existing event streams, allowing teams to gradually adopt stricter schema management practices while maintaining backward compatibility. Gunnar Morling, Technologist at Confluent, emphasized improved interoperability with storage systems and downstream processing frameworks in post. Schema ids into Kafka message headers rather than the message payload is a massive quality of life improvement: payloads become valid, self-contained. Separating schema metadata from payloads enables independent evolution of producers and consumers, with validation centralized in the schema registry. This reduces coordination overhead and simplifies schema evolution at scale. It also improves interoperability with tools like Apache Flink and analytics or ML systems by enabling consistent reuse of structured event data across pipelines. David Araujo, Director of Product Management at Coflunent, describes how the feature enables zero downtime and client-independent adoption patterns. By moving schema IDs to headers, you can attach schemas to existing data in Kafka without touching payload formats. The transition may require updates to Kafka connectors and downstream tools that assume schema metadata is embedded in payloads, creating a period where both approaches may coexist, depending on ecosystem readiness. The feature is available in Confluent Cloud and is expected in Confluent Platform with Schema Registry support under existing licensing models. Leela kumili. Leela is a Lead Software Engineer at Starbucks with deep expertise in building scalable, cloud-native systems and distributed platforms. She drives architecture, delivery, and operational excellence across the Rewards Platform, leading efforts to modernize systems, improve scalability, and enhance reliability. In addition to her technical leadership, Leela serves as an AI Champion for the organization, identifying opportunities to improve developer productivity and workflows using LLM-based tools and establishing best practices for AI adoption. She is passionate about building production-ready systems, enhancing developer experience, and mentoring engineers to grow in both technical and strategic impact. Her interests include platform engineering, distributed systems, developer productivity, and bridging technical solutions with business and product goals. This content is in the Apache Kafka topic.
MongoDB, Inc. (MDB) appoints Ryan Mac Ban as Chief Revenue Officer. Jeff Lewis MongoDB, Inc. (NASDAQ:MDB) is one of the 8 Best Debt Free Stocks to Buy Right Now. On March 24, 2026, MongoDB, Inc. (NASDAQ:MDB) appointed Ryan Mac Ban as Chief Revenue Officer, effective April 27. Ryan Mac Ban brings more than 20 years of experience, most recently serving as Chief Revenue Officer at Confluent, and previously holding senior roles at UiPath, VMware, and Cisco. Outgoing CRO Paul Capombassis will support the transition through Q2. On March 23, 2026, Mizuho analyst Siti Panigrahi upgraded MongoDB, Inc. (NASDAQ:MDB) to Outperform from Neutral with a price target of $325, up from $290, citing a "compelling" setup following fiscal Q4 results. Siti Panigrahi said the company's growth profile "has inflected meaningfully," pointing to fiscal 2026 net customer additions rising 60% year over year, net revenue retention improving from 118% to 121%, and headcount growing just 1% against 23% revenue growth, which signals a shift toward "efficient, durable growth." Mizuho also highlighted AI as a "structural tailwind," noting increased application creation and database demand, and views the fiscal 2027 outlook as conservative. On March 16, 2026, Morgan Stanley lowered its price target on MongoDB, Inc. (NASDAQ:MDB) to $335 from $440 and maintained an Overweight rating, keeping revenue estimates largely unchanged while assuming more gradual margin expansion and applying a lower valuation multiple. MongoDB, Inc. (NASDAQ:MDB) provides a general-purpose database platform through cloud-based, enterprise, and community offerings. While Katzenmarshall acknowledge the potential of MDB as an investment, Katzenmarshall believe certain AI stocks offer greater upside potential and carry less downside risk. If you're looking for an extremely undervalued AI stock that also stands to benefit significantly from Trump-era tariffs and the onshoring trend, see its free report on the best short-term AI stock.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Enterprise Software
Company Size
1,001-5,000
Company Stage
IPO
Headquarters
Mountain View, California
Founded
2014
Find jobs on Simplify and start your career today