You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this time, partition_key can only be specified statically.
I want to refer to the actual contents of the data sent from Pub/Sub and specify it as the partiton key.
For example, I want to specify the actual value of the key named key1 as partition key.
#23570
This is mentioned as a destructive design where only one shard can be written.
Do you have any ideas?
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: Infrastructure
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What would you like to happen?
I am currently using WriteToKinesis to transfer data from Pub/Sub to Kinesis.
https://beam.apache.org/releases/pydoc/2.60.0/apache_beam.io.kinesis.html#apache_beam.io.kinesis.WriteToKinesis
Here is the sample code.
At this time, partition_key can only be specified statically.
I want to refer to the actual contents of the data sent from Pub/Sub and specify it as the partiton key.
For example, I want to specify the actual value of the key named key1 as partition key.
#23570
This is mentioned as a destructive design where only one shard can be written.
Do you have any ideas?
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: