You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: