-
Notifications
You must be signed in to change notification settings - Fork 4.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
[Task][prism]: Be able to execute non-Go SDKs on Prism. #28187
Comments
…ecv size (#28184) * [prism] worker shutdown, cleanup, log fail * Increase prism server receive size to max.
…grpc recv size (apache#28184) * [prism] worker shutdown, cleanup, log fail * Increase prism server receive size to max.
…pelines to execute. (apache#31694)
I think the final trick: Being able to have Java build a prism instance for you via a Go invocation is possible, but I don't know exactly how to test it presently, because Java development set ups are esoteric by nature. Technically it would live in PrismLocator.java, and replicate the logic in the Python command here: That is, roughly: "if the Beam version is a development version, then we use Go to try and and install build prism directly to the cache, and fail out if there's no Go, or there's a compile error". |
Backlink to global prism tracking issue: #29650
What needs to happen?
Umbrella task for tracking PRs to improve prism and get it to support non-go SDKs.
More targeted tasks should be filed for other work items, and linked here.
This includes
The text was updated successfully, but these errors were encountered: