apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

refactor(ddl_client): Simplify app_name validate code #1931

Closed acelyc111 closed 6 months ago

acelyc111 commented 6 months ago

Add a new static function error_s validate_app_name(const std::string &app_name) to replication_ddl_client then it can be reused freely.