Skip to content

Simplify overly complex project internals #27

@pavelhoral

Description

@pavelhoral

I have spent quite a lot of time working on this project. I was hesitant to create this issue because I felt like I am lacking a lot of know-how to propose such a significant change. However....

  • version 1.5 introduced protobuf
  • version 1.5 introduced websocket as transport
  • version 1.5 abstracted RPC mechanics (request / response / response stream) as an unbelievably super generic abstract thing

I think it is apparent which part of the framework I consider in need of rewrite :). The generics in framework-rpc module makes working with the project so so so so so so much harder (both in terms of understanding what is going on and in terms of source code littered with unnecessary generic parameters).

I am creating this issue to start discussion (or maybe direct efforts) on how to rewrite this part of the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions