Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for Apache Kafka®
  • Getting started
    • Resource relationships
    • Topics and partitions
    • Brokers
    • KRaft protocol
    • Producers and consumers
    • User roles
    • Managing data schemas
    • Web interface for Apache Kafka®
    • APIs in Managed Service for Apache Kafka®
    • Host classes
    • High availability clusters
    • Networking in Managed Service for Apache Kafka®
    • Quotas and limits
    • Storage in Managed Service for Apache Kafka®
    • Connectors
    • Maintenance
    • Apache Kafka® settings
    • Apache Kafka® versioning policy
  • Access management
  • Pricing policy
  • Terraform reference
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Concepts
  2. User roles

User roles in Yandex Managed Service for Apache Kafka®

Written by
Yandex Cloud
Updated at September 2, 2025
View in Markdown

A role is a set of permissions assigned to a user to manage Apache Kafka® cluster resources.

ACCESS_ROLE_SCHEMA_READERACCESS_ROLE_SCHEMA_READER

The ACCESS_ROLE_SCHEMA_READER role grants these resource management permissions:

  • Data schema: Reading.
  • Topic: Viewing info (only for topics related to schemas).
  • Cluster: Viewing info.

You can assign the role for one or several subjects. Instead of specifying a topic or group of topics, list all the subjects you need, including the nested ones, separated by semicolons.

ACCESS_ROLE_SCHEMA_WRITERACCESS_ROLE_SCHEMA_WRITER

The ACCESS_ROLE_SCHEMA_WRITER role grants these resource management permissions:

  • Data schema: Reading and writing.
  • Topic: Viewing info (only for topics related to schemas).
  • Cluster: Viewing info.

You can assign the role for one or several subjects. Instead of specifying a topic or group of topics, list all the subjects you need, including the nested ones, separated by semicolons.

ACCESS_ROLE_TOPIC_CONSUMERACCESS_ROLE_TOPIC_CONSUMER

The ACCESS_ROLE_TOPIC_CONSUMER role grants these resource management permissions:

  • Topic: Viewing info and configuration, reading.
  • Cluster: Viewing info.
  • Consumer group: Reading.

You can issue the role for a specific topic or group of topics with names sharing the same prefix (<prefix>*) or for all topics at once (*).

ACCESS_ROLE_CONSUMERACCESS_ROLE_CONSUMER

The ACCESS_ROLE_CONSUMER role grants these resource management permissions:

  • Data schema: Reading.
  • Topic: Viewing info and configuration, reading.
  • Cluster: Viewing info.
  • Consumer group: Reading.

You can issue the role for a specific topic or group of topics with names sharing the same prefix (<prefix>*) or for all topics at once (*).

ACCESS_ROLE_TOPIC_PRODUCERACCESS_ROLE_TOPIC_PRODUCER

The ACCESS_ROLE_TOPIC_PRODUCER role grants these resource management permissions:

  • Transaction ID: Writing.
  • Topic: Viewing info and configuration, writing to a topic, and creating a topic.
  • Cluster: Viewing info, idempotent writing.
  • Consumer group: Viewing info, reading.

You can issue the role for a specific topic or group of topics with names sharing the same prefix (<prefix>*) or for all topics at once (*).

ACCESS_ROLE_PRODUCERACCESS_ROLE_PRODUCER

The ACCESS_ROLE_PRODUCER role grants these resource management permissions:

  • Data schema: Reading and writing.
  • Transaction ID: Writing.
  • Topic: Viewing info and configuration, writing to a topic, and creating a topic.
  • Cluster: Viewing info, idempotent writing.
  • Consumer group: Viewing info, reading.

You can issue the role for a specific topic or group of topics with names sharing the same prefix (<prefix>*) or for all topics at once (*).

ACCESS_ROLE_TOPIC_ADMINACCESS_ROLE_TOPIC_ADMIN

The ACCESS_ROLE_TOPIC_ADMIN role grants these resource management permissions:

  • Data schema: Reading and writing.
  • Topic: Reading from a topic, writing to a topic, creating/deleting a topic.
  • Consumer group: Viewing info, reading.

You can issue the role for a specific topic or group of topics with names sharing the same prefix (<prefix>*) or for all topics at once (*).

ACCESS_ROLE_ADMINACCESS_ROLE_ADMIN

The ACCESS_ROLE_ADMIN role grants these resource management permissions:

  • Data schema: Reading and writing.
  • Transaction ID: Writing.
  • Topic: Viewing/editing info and configuration, reading from a topic, writing to a topic, creating/deleting a topic.
  • Cluster: Viewing info and configuration, idempotent writing, creating a cluster.
  • Consumer group: Viewing info, reading, deleting a group.

A role can be assigned only for all topics at once (*).

Was the article helpful?

Previous
Producers and consumers
Next
Managing data schemas
© 2026 Direct Cursus Technology L.L.C.