Hi – as each topic can have 1 or more consumers (depending on the number of partitions), it’s certainly possible to have a 1-1 relationship between topics and consumers. The downside of this is typically that if the single consumer fails (and you don’t have some automatic approach to restart it) then the messages just sit in the topic forever.
Paul From: влад тасканов <vlad.8...@mail.ru.INVALID> Date: Wednesday, 10 May 2023 at 4:10 am To: users@kafka.apache.org <users@kafka.apache.org> Subject: User = partitions NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe. 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. Google didn't help me.