GreptimeTeam/greptimedb

Unify the datanode options in frontend and metasrv

Closed this issue · 1 comments

What type of enhancement is this?

Refactor

What does the enhancement do?

Currently there are two DatanodeOptions: one in frontend::service_config::datanode and the other in meta_srv::metasrv. They both have the same purpose: set the grpc client options to datanode. It's better to unify them.

Implementation challenges

No response

I would like to take a look.