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

[yaml] Normalize PubSubIO #28694

Closed
4 of 16 tasks
Polber opened this issue Sep 27, 2023 · 1 comment
Closed
4 of 16 tasks

[yaml] Normalize PubSubIO #28694

Polber opened this issue Sep 27, 2023 · 1 comment

Comments

@Polber
Copy link
Contributor

Polber commented Sep 27, 2023

What would you like to happen?

This bug is part of the Beam YAML milestone. More information about Beam YAML can be found here: https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml#beam-yaml-api

A Beam YAML contribution guide can be found here: https://s.apache.org/beam-yaml-contribute


This IO is one of the many Beam IO’s that need to be normalized to be compatible with Beam YAML. Normalization here means that the IO should be consistent across Python and Java SDK in a way that can be exposed to the Beam YAML framework.

For Java, this means taking advantage of the Cross Language framework which allows transforms to be exposed to all the SDK’s through the use of the External Transform service.

For Python, this means ensuring that any existing Python implementations have the same functionality and expose the same parameters as their Java counterparts.

After normalization, an IO transform written in Java and Python can be interchanged freely without compromising any functionality within the rest of the pipeline.

A guide on how to normalize the IO’s can be found here: https://docs.google.com/document/d/1oXqMxE4Gl4Uj3dBuVx1qgbVRxrVWuPFDYW0QRRLxQyE/edit

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@damccorm
Copy link
Contributor

@robertwb @Polber looks like this got added to the 2.52 milestone when it got closed/reopened, should this actually be a release blocker for 2.52 (I'm guessing no)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants