Skip to content

Commit 64a4f4d

Browse files
sionsmithclaude
andcommitted
docs: Update comparison table with accurate Conduktor features
Conduktor Gateway has Concentrated Topics which provides: - Partition virtualization - Offset translation (with limitations) - Cost reduction Updated table to reflect this accurately while highlighting our open source advantage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 47025fe commit 64a4f4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ Give each tenant their own virtual partition space while efficiently sharing phy
7676

7777
## Why Kafka Partition Remapper?
7878

79-
| Feature | Partition Remapper | [Kroxylicious](https://kroxylicious.io/) | [Conduktor Gateway](https://docs.conduktor.io/gateway) | [kafka-proxy](https://github.com/grepplabs/kafka-proxy) |
80-
|---------|-------------------|--------------|-------------------|-------------|
81-
| Partition virtualization || |||
82-
| Offset translation || |||
83-
| Cost reduction (V:P mapping) || |||
79+
| Feature | Partition Remapper | [Conduktor Gateway](https://docs.conduktor.io/gateway) | [Kroxylicious](https://kroxylicious.io/) | [kafka-proxy](https://github.com/grepplabs/kafka-proxy) |
80+
|---------|-------------------|-------------------|--------------|-------------|
81+
| Partition virtualization || ✅ (Concentrated Topics) |||
82+
| Offset translation || ✅ (with limitations) |||
83+
| Cost reduction (V:P mapping) || |||
8484
| Zero code changes |||||
8585
| TLS termination |||||
8686
| SASL authentication |||||
8787
| Schema validation |||||
8888
| Field-level encryption |||||
89-
| Open source || | ||
89+
| Open source || ❌ (Enterprise) | ||
9090
| Written in | Rust | Java | Java | Go |
9191

92-
**Unique to Partition Remapper**: Virtual partition mapping enables 10:1 or higher cost reduction on partition-based pricing (e.g., Confluent Cloud) without changing client code.
92+
**Why choose Partition Remapper?** Open source, lightweight, and purpose-built for partition cost optimization with minimal overhead. No enterprise license required.
9393

9494
## How It Works
9595

0 commit comments

Comments
 (0)