Loading
Learn how Kafkawize solves several operational problems around a typical Kafka implementation
Create a topic on a Kafka Cluster with Kafkawize To create a topic on Kafka cluster with Kafkawize, there is a self-service feature in place within Kafkawize. A user who has Request Topics permission can request for the topic and
Introduction Kafka is a distributed streaming platform. Kafka brokers have topics, and Producers produce events on to the topics, and consumers consume. Topics have partitions and can be scaled across multiple nodes. Consumers form consumer groups, and consume messages from