Command Memo - wuyichen24/spring-microservices-in-action GitHub Wiki
- ZooKeeper
- Path:
/Users/wuyichen/zookeeper-3.4.14/bin
- Commands
- Start:
sh zkServer.sh start
- Stop:
sh zkServer.sh stop
- Start:
- Port: 2181
- Path:
- Kafka
- Path:
/Users/wuyichen/kafka_2.11-2.2.0/bin
- Commands
- Start:
sh kafka-server-start.sh ../config/server.properties
- Press Crtl+C
- Start:
- Port: 9092
- Path:
- Redis
- Path:
/Users/wuyichen/redis-stable
- Commands
- Start:
redis-server
- Press Crtl+C
- Start:
- Path:
(Paths are same between home laptop and working laptop)