Kafka API constraints
YDB supports Apache Kafka protocol version 3.4.0 with the following constraints:
- Only SASL/PLAIN authentication is supported.
- Compacted topics are not supported. Consequently, Kafka Connect, Schema Registry, and Kafka Streams do not work over the Kafka API in YDB Topics.
- Message compression is not supported.
- Transactions are not supported.
- DDL operations are not supported. For DDL operations, use YDB SDK or YDB CLI.
- CRC checks are not supported.
- Kafka Connect works only in a standalone mode (single-worker mode).
- If auto-partitioning is enabled on a topic, you cannot write to or read from such a topic using the Kafka API.
Was the article helpful?
Previous
Next