Glossary
Concepts
Initial Setup
Peformance & Benchmark
Troubleshooting
FAQs
Kafka user allows applications and services to authenticate to a managed Kafka cluster using SASL mechanisms. Kafka users are managed at the cluster level in DBaaS and are typically used by producers, consumers, and Kafka Connect workloads.
The Kafka User Management feature is available only for the Kafka engine. It allows administrators to view, create, and update Kafka users. This feature is typically used to:
To create a new Kafka user, follow these steps:
Sign in to the FPT Cloud Console. Select “Database Platform” > “Data Streaming” > click the Kafka cluster ID to open the details page. Choose “Configure Params” tab > choose “Kafka ACL” sub-tab. The Kafka user management page is displayed.

The “User List” section displays all Kafka users configured for the selected cluster. Displayed fields:
On the Kafka user management page, under “User List”, select the Add user (plus icon). The Create new user dialog is displayed.

Enter configuration details:
After completing the configuration, select “Create” to create the Kafka user. The newly created user appears in the User list and can be used for:
Best Practices:
When needed, you can perform the following actions on created Kafka users:
Kafka Access Control List (ACL) management allows administrators to grant fine-grained permissions to Kafka users for accessing topics and consumer groups in a managed DBaaS Kafka cluster.
ACLs help enforce:
ACLs are applied at the cluster level and take effect immediately after being saved.
Note: If a Kafka user is not assigned ACL permissions, the user will have no access to resources.
To assign permissions to a Kafka user, follow these steps:
On the Kafka user management page, under User list, select the “Grant ACL” action for the user. The Grant ACL dialog is displayed.

Enter configuration details:
After completing the configuration, select “Save” to apply the ACL to the Kafka user. The ACL takes effect immediately without requiring a Kafka cluster restart. A Kafka user can be assigned multiple ACLs.