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

[P2] Proposal: IDL Generator From Java Source Code #36

Open
felix021 opened this issue Aug 24, 2023 · 1 comment
Open

[P2] Proposal: IDL Generator From Java Source Code #36

felix021 opened this issue Aug 24, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@felix021
Copy link
Contributor

felix021 commented Aug 24, 2023

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.

@felix021 felix021 added the help wanted Extra attention is needed label Nov 1, 2023
@felix021 felix021 changed the title Proposal: IDL Generator From Java Source Code [P2] Proposal: IDL Generator From Java Source Code Nov 15, 2023
@DMwangnima
Copy link
Collaborator

BTW, we need to implement generating a Dubbo Java interface file from the thrift IDL. This is very useful in Dubbo Java client -> Kitex server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants