> ## Documentation Index
> Fetch the complete documentation index at: https://docs.condense.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Confluent

<Card title="TL;DR" icon="sparkles">
  ##### **Condense and Confluent Cloud both handle GBps-level throughput, but Condense provides a complete autonomous environment that Confluent lacks. Confluent Cloud is a managed infrastructure service that still leaves the heavy lifting to the user llike scaling external Flink clusters and paying high egress fees to move data into a vendor network. Condense solves the entire lifecycle by merging high-performance brokers with a native execution layer for Java, Python, or Go code. Since it runs on customer cloud, the platform scales brokers and logic automatically as one, finally cutting out the need for separate processing clusters and the hidden costs of moving data between networks.**
</Card>

## **How does Condense compare against Confluent?**

<Tabs>
  <Tab title="Architecture">
    | **Feature**     | **Condense**                                                                                                                                                                                                                 | **Confluent**                                                                                                                                                                                      |
    | :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | System Design   | A unified environment that bundles Kafka, Kubernetes, and the App Runtime into one integrated stack. App-Fabric: Not a single binary, but a unified modular stack that bundles Kafka, Kubernetes, and streaming App Runtime. | A cloud-native tiered architecture that uses the proprietary Kora engine to disaggregate compute from storage for elastic, multi-tenant scaling.                                                   |
    | Platform Model  | Unified Application Fabric: Merges the Kafka engine with a native event-driven microservice runtime. It is an "Execution Fabric."                                                                                            | Infrastructure Suite: A collection of separate distributed services (Kafka, Flink, Registry) that must be integrated by the user.                                                                  |
    | Scaling Scope   | Full-Stack Autonomy: Automatically scales brokers, connectors, and custom-code transforms (Java/Python/Go) based on real-time consumer lag.                                                                                  | Infrastructure-Centric and Broker-Level Scaling: Efficiently scales cluster nodes, but scaling the processing power for custom code or microservices remains a manual or external engineering task |
    | Cloud Storage   | Native Object Storage: Direct offloading to S3/GCS/Azure Blob; data stays in your buckets for infinite retention.                                                                                                            | Kora Engine (Proprietary): Proprietary serverless storage engine with high-performance tiered abstraction.                                                                                         |
    | Enterprise BYOC | Native First: 100% of the data plane, including the app logic, lives in your private cloud account.                                                                                                                          | Split Control Plane: WarpStream (BYOC) exists but depends on Confluent's external control plane for metadata.                                                                                      |
    | Performance     | Application logic runs "local" to the broker, eliminating the network latency of external processors.                                                                                                                        | Best-in-class for GBps+ global throughput and multi-region synchronization but subject to variability caused by network overhead in multi-tenant SaaS.                                             |
  </Tab>

  <Tab title="Ecosystem">
    | **Feature**        | **Condense**                                                                                                                                                                                         | **Confluent**                                                                                                                       |
    | :----------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- |
    | Industry Readiness | Dual-Layer Ecosystem: Access a vast library of generic connectors alongside industry specific domain-aware transforms for Mobility, IoT, and FinTech (e.g., VIN parsing, Geofencing) out of the box. | The industry gold standard for general enterprise IT (SAP, Oracle, Snowflake).                                                      |
    | Apache Kafka API   | 100% Native: Built on upstream Kafka 4.0; no protocol emulation or compatibility layers.                                                                                                             | Native Support: Generally strong, but proprietary engines like WarpStream have specific API limitations and behavioral differences. |
    | Operational Logic  | Fully Managed & Autonomous: Hands-off Kafka operations with automated scaling for brokers, connectors, and custom-code transforms.                                                                   | Managed Services: Reliable but reactive scaling (eCKUs); requires manual intervention for custom application scaling and tuning.    |
    | Stream Processing  | Simplified Full-Code: No-code visual blocks + native built in IDE with git link support with auto-managed scaling.                                                                                   | High Complexity: Simple tasks often require a full Flink or ksqlDB deployment, increasing overhead.                                 |
    | Dev Experience     | Integrated AI IDE: Build, test, and deploy production Java/Python/Go logic natively. Includes Agentic AI for root-cause analysis and code generation.                                                | Decoupled Workflow: Fragmented development requiring external management for Flink clusters or standalone ksqlDB instances.         |
    | Observability      | Inbuilt Full-Stack: One view for broker health, connector throughput, and custom transform execution traces.                                                                                         | Siloed Monitoring: Basic metrics included; deep application-level tracing requires external APM (Datadog/Splunk) integration.       |
    | Flink Integration  | Native Runtime Alternative: Provides a built-in event-driven microservice runtime that replaces the need for Flink.                                                                                  | Managed Flink: Fully integrated, production-grade serverless Flink for stateful enterprise logic.                                   |
  </Tab>

  <Tab title="Support & Compliance">
    | **Feature**         | **Condense**                                                                                                           | **Confluent**                                                                                                       |
    | :------------------ | :--------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------ |
    | Access Experts 24/7 | Direct Engineering: Built in support widget to raise ticket. Condense offere support priority based TAT for resolution | Global Tiered: Thousands of experts across every timezone; follow-the-sun enterprise support.                       |
    | Cloud Availability  | AWS, GCP, Azure (Customer Subscription)                                                                                | AWS, GCP, Azure (Conlfuent controled)                                                                               |
    | Security            | Own Cloud -Sovereign: Inherits your IAM and security groups; 100% data localization.                                   | Extensive certifications (SOC2, HIPAA, PCI, FedRAMP) for multi-tenant SaaS.                                         |
    | SLAs                | 99.95% Full-Stack: Covers the brokers, the processing logic, and the connectors under one SLA.                         | 99.99%, Higher uptime guarantee for the broker specifically (Kora engine).                                          |
    | Pricing Model / TCO | Compute-Based: Simple, predictable vCPU/hr billing. Zero "Connector " or per-partition fees.                           | Usage-Based: Multi-dimensional pricing that fluctuates based on data volume, partition counts, and connector usage. |
  </Tab>
</Tabs>

## **Why Switch to Condense?**

<Card title="Native Data Sovereignty (BYOC Architecture)" icon="sparkles">
  Legacy SaaS models require data to exit your secure perimeter to reside in a vendor-owned account, introducing egress costs and compliance risks.

  <Tip>
    Condense is architected for Bring Your Own Cloud (BYOC). It deploys directly from cloud marketplaces into your private VPC (AWS, Azure, or GCP). This ensures that 100% of your data residency remains within your control, inherits your existing IAM/KMS security policies, and eliminates the "SaaS Tax" of cross-network data transfer fees.
  </Tip>
</Card>

<Card title="Autonomous Full-Stack Scaling" icon="sparkles">
  In a standard streaming architecture, scaling is reactive and siloed brokers are scaled based on disk/CPU, while processing apps are scaled via Kubernetes HPA.

  <Tip>
    Condense introduces Autonomous Scaling for the entire lifecycle. Through its Custom Transform Framework (CTF), the platform monitors throughput and lag at the event level. It automatically provisions compute resources for your custom Java or Python transforms and connectors, ensuring that your application logic scales in perfect lockstep with your Kafka brokers without manual intervention.
  </Tip>
</Card>

<Card title="Verticalized vs. Horizontal Ecosystem" icon="sparkles">
  While general-purpose platforms offer generic connectors, they leave the domain-specific logic to the user.

  <Tip>
    Condense bridges this gap with a Verticalized Ecosystem. It provides pre-built, domain-aware transforms for high-stakes industries such as Mobility (Trip Formation/VIN Parsing), Industrial IoT (Telemetry Cleansing), and FinTech (Anomaly Scoring). By combining these with a robust library of generic connectors, teams achieve a significantly faster Time-to-Market (GTM) by bypassing months of boilerplate code development.
  </Tip>
</Card>

<Card title="Integrated Developer Workflow (The AI IDE)" icon="sparkles">
  Condense removes "Integration Sprawl" by embedding a Full-Code IDE directly into the platform.

  <Tip>
    Developers can write, test, and publish production-grade transforms in their preferred languages (Java, Python, Go) with built-in GitOps support. This environment is augmented by an Agentic AI Layer that assists in code generation and provides real-time root-cause analysis, reducing the engineering effort required to maintain complex streaming pipelines by up to 90%.
  </Tip>
</Card>

<Card title="Evolution from Infra to Application Platform" icon="sparkles">
  The primary limitation of traditional managed Kafka is the "operational gap." While legacy providers host the brokers, engineering teams are still responsible for the secondary layers: scaling processing clusters, managing containerized microservices for transforms, and wiring up external observability.

  <Tip>
    Condense collapses these layers into a unified Streaming Application Substrate. It provides an event-driven runtime that treats both the infrastructure and the application logic as a single, managed entity, allowing developers to focus purely on business logic rather than pipeline scaffolding.
  </Tip>
</Card>

## **Why is Condense the Best Way to Enable Agentic AI and Real-Time Data**

<Tabs>
  <Tab title="Connectors">
    | **WITHOUT CONDENSE**                                                                                         | **THE CONDENSE WAY**                                                                                                                                                 |
    | :----------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Coding Connectors Requires specialized Java/Scala skills to write and maintain industry specific connectors  | Universal & Industry-Ready Connectors Deploy universal or specialized connectors (e.g., Telematics for Mobility) that come with built-in parsing for complex schemas |
    | Complex Management Development and maintenance of ever changing industry connectors becomes difficult        | Configurable Output Sinks Configure and deploy pre-built sink/source connectors and through UI into the data pipeline                                                |
    | Maintenance & Scalability Managing scale and failover of connectors become a challenge as the load increases |                                                                                                                                                                      |
  </Tab>

  <Tab title="App Lifecycle">
    | **WITHOUT CONDENSE**                                                                                                                            | **THE CONDENSE WAY**                                                                                                                                                         |
    | :---------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Research & Glue Code Weeks spent finding libraries and writing boilerplate just to connect components                                           | In-Built AI IDE & Git Sync Use purpose built AI agents to create, test, and build your custom transforms with GIT support. Publish them to be used in data pipeline directly |
    | Maintenance & Scalability Multiple workflows and automations are required to manage availability and failover of stream processing applications | Native Stream Processing No external engine needed. Deploy your custom logic as reusable connectors or transforms that runs as containerized services                        |
    | Disjointed Lifecycle Constant context switching between IDE, Git, Cloud Console, and CI/CD tools                                                | Management & Scalability Complete lifecycle, versioning and scalability of services managed by Custom Transform Framework                                                    |
  </Tab>

  <Tab title="Monitoring">
    | **WITHOUT CONDENSE**                                                                                                                                 | **THE CONDENSE WAY**                                                                                                                               |
    | :--------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Absence of Insights Creation of observability layer based on disjointed CLI tools, multiple available monitoring stacks and manual log aggregation   | Native Dashboard Built-in visual pipeline view to see data moving in real-time, Check and act based on states of services, logs and configurations |
    | Manual Tracking Manually monitoring usage, over-  provisioning, and under-utilization risks that impacts availability and increases operational cost | Comprehensive Observability Seamless integration with external tools industry accepted observability stacks for platform and cloud Ops             |
    |                                                                                                                                                      | <br />Purpose Built AI Agents<br /><br />Autonomously checks system to generate actionable insights                                                |
  </Tab>

  <Tab title="Infra & Ops">
    | **WITHOUT CONDENSE**                                                                                                                    | **THE CONDENSE WAY**                                                                                                                                               |
    | :-------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | Complex Setup Manual provisioning of Cloud compute resources and networking. Deployment of platform architecture for streaming usecases | Automated Provisioning Automated deployment of cloud resources and platform tailor-made for data streaming on your cloud subscription                              |
    | Maintenance Nightmare Difficult to manage uptime between Infra and other system upgrades and cross dependencies                         | Fully Managed Maintenance All upgrades, patches, and downtime recovery are handled by the Condense team. User stays on a stable interface with 99.95% availability |
    | Security Considerations Maintaining custom build governance workflows, cloud security and compliances becomes difficult over time       | Security & Compliance Enterprise grade governance, audits, Information security and compliance certifications out-of-the-box                                       |
  </Tab>
</Tabs>
