Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statesync.protoのrpc名変更とリファクタ #267

Open
gotti opened this issue Nov 15, 2022 · 0 comments
Open

statesync.protoのrpc名変更とリファクタ #267

gotti opened this issue Nov 15, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gotti
Copy link
Member

gotti commented Nov 15, 2022

statesync.protoにはいくつか問題点があるのでリファクタリングを行いたい。

問題

  • Stateが各message内で同じものがいくつも定義されている。
    • 定義を外に出してそれを使うようにする。
    • あとPointStateとかに名前かえる
  • Command2Internalは、もはやinternalへコマンドを送るだけのものでない。
    • external←→auto_operationの間でも同じエンドポイントが使われているためrpc名を変更した方が良い。
    • 通信内容は同じだがrpcを2つに分ける。
    • UpdatePointState
      • RPC先(external)のPointStateを変更する
      • auto_operation→externalはこっちを使う。
    • NotifyPointState
      • RPC先(external以外)にPointStateを通知する
      • 数秒おきの全情報の通知とstate変更直後の更新通知の2つを送信する。
      • external→auto_operationとexternal→internalはこっちを使う。

影響範囲

  • rpcのinterfaceと使う構造体が変わる
    • external、internal、auto_operation全てに対応の必要あり、ただし名前の変更と若干の構造変更なので脳死置換でok
@gotti gotti added the enhancement New feature or request label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants