Partitions are not for different users.
If you want to isolate users, you would do it at the topic level. You
could use ACLs to grant access to different topics:
https://kafka.apache.org/documentation/#security_authz
-Matthias
On 5/9/23 11:11 AM, влад тасканов wrote:
Hi. I recently start
-原始邮件-
> 发件人: "влад тасканов"
> 发送时间: 2023-05-10 02:11:21 (星期三)
> 收件人: dev@kafka.apache.org
> 抄送:
> 主题: Question ❓
>
Hi. I recently started studying kafka and raised a question. Is it possible
for each user to make a separate queue? as I understand it, there is a broker
with different topics, and each topic had the number of partitions = the number
of users. if yes, you can link to an example or explanation