-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[GRPC] Enhancement & Rework Directory #6443
Comments
Thanks for doing this! Let's see though to what extent it is reasonable to do all of this before 2.0: #6353 |
From what i can see the only thing that might make an issue is this
since that would mean we have to refactor some GRPC (in case the language supported is broken) like the earlier swift, ts builds |
so maybe we want to land things which are "fixes" before 2.0, and all the reorg stuff after? |
Yeah, definitely. i can start working on that then if that's the case |
I updated the go Language GRPC support #6448 in this PR. I thought it would take longer than what It actually took |
@paulovap I have been writing examples for each language and making sure everything is up to date with all of the languages. I wanted to write an example in java and also make sure it works with the latest grpc-java. However since I have almost zero experience with java I couldn't really do much in that area. I would love to get some pointers on how to make it work if possible. The vision I have for the java-greeter example:
Is this possible? and if so is it possible to fetch remote + local dependencies at the same time? |
Hey, I haven't used GRPC so far. But I will try to find time to take a look. |
This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days. |
keep alive |
@mustiikhalil Status on this? |
@dbaileychess Blocked by Java and cpp since I don't have great knowledge in both those languages |
@mustiikhalil What must be done for those two languages? |
For Java, I believe it would requires a refactor. however I'm not sure of how the library work, and my knowledge in java is limited. For cpp, I believe this pr can paint the full picture, it would be nice to have proper support from GRPC for it to work. we can close this issue for now. |
This issue is stale because it has been open 6 months with no activity. Please comment or label |
This issue was automatically closed due to no activity for 6 months plus the 14 day notice period. |
So I was planning on reworking the GRPC directory; which will happen in three steps, step one will be unrelated to the release of flatbuffers 2.0.
Step 1:
Starting with these languages:
Step 2:
Ready languages:
monster.fbs
Step 3:
Related blocking PRs:
The text was updated successfully, but these errors were encountered: