Update README.md

This commit is contained in:
Akash Sivakumar 2024-11-03 18:47:39 -07:00 committed by GitHub
parent 6d29dcf343
commit b4a777c368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@
- Windows: `.\bin\windows\kafka-server-start.bat .\config\server.properties` - Windows: `.\bin\windows\kafka-server-start.bat .\config\server.properties`
- Mac: `bin/kafka-server-start.sh config/server.properties` - Mac: `bin/kafka-server-start.sh config/server.properties`
- Creating a Kafka topic: - Creating a Kafka topic:
- Windows: `.\bin\windows\kafka-topics.bat --create --topic %topicname% --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1` - Windows: `.\bin\windows\kafka-topics.bat --create --topic %topicname% --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1`
- Mac: `bin/kafka-topics.sh --create --topic %topicname% --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1` - Mac: `bin/kafka-topics.sh --create --topic %topicname% --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1`
# Streaming from pcap file using Kafka # Streaming from pcap file using Kafka