apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

Use thread name as rocksdb path #257

Closed ni-ze closed 1 year ago

ni-ze commented 1 year ago
  1. use the name of thread as rocksdb path;
  2. clean the temporary data of rocksdb in local;
  3. make WorkerThread shutdown method idempotent;