Kafka API constraints
YDB supports Apache Kafka protocol version 3.4.0 with the following constraints:
- Only SASL/PLAIN authentication is supported.
 - Message compression is not supported.
 - The topic deletion operation is not supported. To delete a topic, use YQL or YDB CLI.
 - CRC checks are not supported.
 - Support for ACL is not provided. Use YQL to manage access to topics.
 - 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