Reputation: 719
According to this question and answer from March, some bugs in DatastoreIO make it impossible to read namespaced entities in parallel from within Dataflow. Have the bugs been addressed since then? Is it possible to read namespaced entities in parallel from the Datastore?
Upvotes: 0
Views: 166
Reputation: 3214
Parallel reading of namespaced entities is supported in DatastoreIO as of Dataflow SDK for Java 1.2.0. See the code and documentation here.
Upvotes: 2