-
Notifications
You must be signed in to change notification settings - Fork 60
Command Memo
Wuyi Chen edited this page Apr 23, 2020
·
5 revisions
- 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)
- Overview
- Getting Started
-
Technical Essentials
- Autowired
- SpringData JPA
- Configuration File Auto-loading
- Configuration Encryption
- Service Discovery with Eureka
- Resiliency Patterns with Hystrix
- Configure Hystrix
- Service Gateway with Zuul
- Zuul Filters
- Protect Service with Spring Security and OAuth2
- Use JWT as Access Token
- Store Clients and Users' Credentials to DB
- Integrate with Message Queue (Kafka)
- Integrate with Redis
- Tune Logging
- Log Aggregation
- Send Trace to Zipkin
- Build Runnable Jar
- Core Application Logic
- Components