Search code examples
apache-kafkakafka-consumer-apikafka-producer-api

Is it possible to create multiple queues in Kafka if so how multiple topics can be handled?


I would like to know to create the multiple queues/topics in apache kafka if it supports?


Solution

  • You can create as many topics as you like... The are Kafka production deployments with many hundreds of topics. And because Kafka is distributed, you can always scale out you cluster if you need more capacity.