mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2025-12-06 11:34:07 +00:00
Update README.md
This commit is contained in:
parent
6d29dcf343
commit
b4a777c368
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user