- We can introduce other metric types:
- Counters --> count any type of event ('some.custom.events, 10)
- Timers --> how long something took
- Sets --> count of unique values passed to a key
bin\windows\zookeeper-server-start.bat config\zookeeper.properties
bin\windows\kafka-server-start.bat config\server.properties
bin\windows\kafka-console-consumer.bat --zookeeper localhost:2181 --topic PageLoadTime --from-beginning
kafka-console-producer.bat --broker-list localhost:9092 --topic PageLoadTime