The goal of this proposal is to implement a tool which generates a Thrift IDL by parsing Java source code from an existing Dubbo Java project.
The generated Thrift IDL should contain necessary tags, such as JavaInterfaceName on services and JavaClassName on structs, so that it can be used to generate Kitex client/server scaffold.
The goal of this proposal is to implement a tool which generates a Thrift IDL by parsing Java source code from an existing Dubbo Java project.
The generated Thrift IDL should contain necessary tags, such as JavaInterfaceName on services and JavaClassName on structs, so that it can be used to generate Kitex client/server scaffold.