Classic Engine | Ursa Engine | KoP | |
---|---|---|---|
Publish & Consume | YES | YES | YES |
Unified Schema Registry | Coming Soon | Coming Soon | - |
Kafka Schema Registry | YES | YES | YES |
Transactions | YES | Coming Soon | YES |
Compacted Topic | YES | Coming Soon | |
KStreams Integration | YES | Yes, with limitations | |
KSqlDB Integration | YES | Yes, with limitations |
Classic Engine | Ursa Engine | KoP | |
---|---|---|---|
OAuth Authentication | YES | YES | - |
Kubernetes Authentication | YES | YES | - |
RBAC | Coming Soon | Coming Soon | - |
Schema Registry OAuth Authentication | YES | YES | - |
Schema Registry RBAC | Coming Soon | Coming Soon | - |
TLS | YES | YES | YES |
Authorization | YES | YES | YES |
Multi-AZ / Multi-Region Clusters | YES | YES | - |
Geo-replication | YES | YES | - |
Classic Engine | Ursa Engine | KoP | |
---|---|---|---|
Serverless / Dedicated | YES | Comming Soon | - |
BYOC | YES | YES | - |
Private Cloud | YES | Coming Soon | - |
On-prem (self-managed) | YES | Coming Soon | YES |
Auto-scaling | YES | YES | - |
Cloud Console / UI | YES | YES | - |
Language | References | Description |
---|---|---|
Kafka Java client | QuickStart | Client Guide | Tutorial | Java producer and consumer shipped with Apache Kafka. |
Kafka C/C++ client | QuickStart | Tutorial | librdkafka, a C/C++ library for Kafka. |
Kafka Python client | QuickStart | Tutorial | Python client that provides high-level producer, consumer and AdminClient. |
Kafka Go client | QuickStart | Tutorial | Go client that offers a producer and consumer for Kafka. |
Kafka Node.js client | QuickStart | Tutorial | Node.js client that provides Kafka APIs |
Kafka .NET client | Tutorial | .NET client that provides a high-level producer, consumer and AdminClient. |