You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "facugaich (via GitHub)" <gi...@apache.org> on 2023/08/29 18:47:29 UTC

[GitHub] [beam] facugaich opened a new issue, #28201: [Feature Request][Java SDK]: Support writing to multiple Firestore databases in the same pipeline

facugaich opened a new issue, #28201:
URL: https://github.com/apache/beam/issues/28201

   ### What would you like to happen?
   
   Hi,
   
   I'd like to be able to write to [two different Firestore databases](https://cloud.google.com/firestore/docs/manage-databases) belonging to the same Firebase project, in one pipeline. More specifically, when applying two different [Firestore Write Fn](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/firestore/FirestoreV1.Write.html) to a pipeline, I should be able to set for each of them the database I want to write to.
   
   Note that (in SDK 2.49.0) it is possible to **read** from two databases, since it is not necessary that the [FirestoreDB PipelineOption](https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/firestore/FirestoreOptions.html) matches whatever database ID is implied in the document paths of queries. 
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [X] Component: IO connector
   - [ ] 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org