Skip to main contentThe default Kafka credential limit is set at 10.If you require an extension beyond this limit, we kindly request that you submit a formal request to support@upstash.com. 
- Name: Name of the credentials. This name is shown on the Console only to
identify the credentials.
- Topic: A specific topic name or a topic prefix. This can be a literal
topic name (such as users.events,product-orders), or a topic prefix (such
asusers.*,products-*). Wildcard character*can only be used at the
end of the topic name.*means any topic.
- Permissions: Access permissions for the credentials. It has three options:
Full Access,Produce OnlyandConsume Only.
You can see all existing credentials, copy username & password by clicking ”+”
button and delete a credentials inside the “Credentials” tab.
Additionally you can change the credentials shown on the console and used in the
code snippets by clicking “Credentials” box at the top right on the Console and
selecting one of the credentials.