sjvanrossum commented on PR #31608:
URL: https://github.com/apache/beam/pull/31608#issuecomment-2175474179

   @scwhittle or @reuvenlax may be able to shed a light on Dataflow's 
implementation and the complexity of changes needed to accommodate this feature.
   
   Context:
   To publish messages with an ordering key the sink must prepare publish 
batches per topic and ordering key.
   My proposal for the OSS sink is to reuse the dynamic destinations sink and 
to append the ordering key to the topic name in the sharding key.
   User configuration of the number of output shards or the use of a single 
output shard for messages with ordering keys (due to 1 MBps throughput limit 
per ordering key) is an open topic.


-- 
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-unsubscr...@beam.apache.org

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

Reply via email to