How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Basic Kafka Operations

calendar_today January 1, 0001 person domain kafka-connect

This section will review the most common operations you will perform on your Kafka cluster. All of the tools reviewed in this section are available under the bin/ directory of the Kafka distribution and each tool will print details on all possible commandline options if it is run with no arguments. Adding and removing topics You have the option of either adding topics manually or having them be created automatically when data is first published to a non-existent topic.

open_in_new Read original post