filmov
tv
How to create kafka topic via CLI
Показать описание
#learnkafka #kafkainwindow #howtosetup #apachekafka #stepbystep #java
create topics using Command Line Interface(CLI) on Windows
1: Initially, make sure that both zookeeper, as well as the Kafka server, should be started.
2: Type 'kafka-topics -zookeeper localhost:2181 -topic -create' on the console and press enter. Here, the name of the topic is 'myfirst'
kafka-topics -zookeeper localhost:2181 -topic provide_topic_name -create
"missing required argument partitions" it is necessary to declare the number of partitions and its ISR(replication factor), while creating a topic. If not declared, such type of errors will be thrown.
see all created topic
describe the topic
create topics using Command Line Interface(CLI) on Windows
1: Initially, make sure that both zookeeper, as well as the Kafka server, should be started.
2: Type 'kafka-topics -zookeeper localhost:2181 -topic -create' on the console and press enter. Here, the name of the topic is 'myfirst'
kafka-topics -zookeeper localhost:2181 -topic provide_topic_name -create
"missing required argument partitions" it is necessary to declare the number of partitions and its ISR(replication factor), while creating a topic. If not declared, such type of errors will be thrown.
see all created topic
describe the topic
Spring Boot + Apache Kafka Tutorial - #6 - Create Kafka Topic
Apache Kafka 101: Topics (2023)
Kafka Topics on Kafka CLI Tutorial
7.1 Complete Kafka Training - How to create a Kafka Topic
Kafka Topics, Partitions and Offsets Explained
Spring Boot Kafka Producer and auto create Topic
Topics, Partitions and Offsets: Apache Kafka Tutorial #2
Apache Kafka 101: Partitioning (2023)
Apache Kafka 101: Your First Kafka Application in 10 Minutes or Less (Hands On - 2023)
Kafka in 100 Seconds
Install Kafka and Open JDK on Windows; Create Topic
Apache Kafka in 6 minutes
Lecture 6 : Create Topic, Produce and Consume Messages using the CLI - [ Kafka for Beginners ]
How To Create Kafka Topic And Use Kafka Producer And Consumer On The Terminal
Kafka Implementation with Producer and Consumer example in Spring boot | tutorial | Code Decode
Kafka Tutorial - Core Concepts
Install Apache Kafka on Windows PC | Kafka Installation Step-By-Step Guide #kafka #apachekafka
7.2 Complete Kafka Training - How to get list of Kafka Topics
Spring for Apache Kafka® 101: Create Kafka Topics with TopicBuilder (Hands On)
Apache Kafka - Create a Simple Producer in Java | Java Kafka Producer code | Java with Apache Kafka
Part 5 - What is Kafka topic | Kafka for beginners
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot
Install Apache Kafka on Ubuntu 22.04 LTS | Install Zookeeper on Ubuntu 22.04 LTS |Create Kafka Topic
How to create and manage Kafka Topics using Conduktor
Комментарии