Skip to content

[BEAM-12983] [Playground] Initial gRPC server - #15656

Merged
pabloem merged 1 commit into
apache:masterfrom
akvelon:BEAM-12983_initial_server
Oct 19, 2021
Merged

[BEAM-12983] [Playground] Initial gRPC server#15656
pabloem merged 1 commit into
apache:masterfrom
akvelon:BEAM-12983_initial_server

Conversation

@ilya-kozyrev

Copy link
Copy Markdown
Contributor

Initial server implementation using grpcweb wrapper.
This PR requires changes from #15654, #15645,

All endpoints - just mock for testing and deployment purposes, future PRs will replace them.
Unit tests currently use grpc without the wrapper and will be changed when endpoints will be implemented.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

ValidatesRunner compliance status (on master branch)

LangULRDataflowFlinkSamzaSparkTwister2
Go---Build StatusBuild StatusBuild StatusBuild Status---
JavaBuild StatusBuild Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Python---Build Status
Build Status
Build Status
Build Status
Build Status
Build StatusBuild Status---
XLangBuild StatusBuild StatusBuild StatusBuild StatusBuild Status---

Examples testing status on various runners

LangULRDataflowFlinkSamzaSparkTwister2
Go---------------------
Java---Build Status
Build Status
Build Status
---------------
Python---------------------
XLang---------------------

Post-Commit SDK/Transform Integration Tests Status (on master branch)

GoJavaPython
Build StatusBuild StatusBuild Status
Build Status
Build Status

Pre-Commit Tests Status (on master branch)

---JavaPythonGoWebsiteWhitespaceTypescript
Non-portableBuild Status
Build Status
Build Status
Build Status
Build Status
Build StatusBuild StatusBuild StatusBuild Status
Portable---Build StatusBuild Status---------

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@ilya-kozyrev

Copy link
Copy Markdown
ContributorAuthor

R: @pabloem@damondouglas

@ilya-kozyrevilya-kozyrev changed the title [BEAM-12983] [Playground] Initial gRPC serverDraft: [BEAM-12983] [Playground] Initial gRPC serverOct 6, 2021
@ilya-kozyrev
ilya-kozyrevforce-pushed the BEAM-12983_initial_server branch from da6dcdc to e003742CompareOctober 8, 2021 14:41
@ilya-kozyrevilya-kozyrev changed the title Draft: [BEAM-12983] [Playground] Initial gRPC server[BEAM-12983] [Playground] Initial gRPC serverOct 11, 2021

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a future PR we should address what is the minimum necessary.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added TODO

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this PR serving as a placeholder or do we need to include the environment library as part of this PR?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I've synced all dependencies locally however include only server in this PR. That's just a placeholder

@damondouglasdamondouglas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pabloem LGTM. Note this comment in the thread: #15656 (comment)

@pabloem

Copy link
Copy Markdown
Member

can you address the merge conflicts?

@ilya-kozyrev
ilya-kozyrevforce-pushed the BEAM-12983_initial_server branch from 945e8e4 to 650b514CompareOctober 19, 2021 09:41
@ilya-kozyrev

Copy link
Copy Markdown
ContributorAuthor

@pabloem resolved conflicts, squashed commits.

@pabloem
pabloem merged commit b76c7ee into apache:masterOct 19, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ilya-kozyrev@pabloem@damondouglas