fapaul commented on pull request #17061:
URL: https://github.com/apache/flink/pull/17061#issuecomment-931955519


   I like the name `DemultiplexingSink`. I am not sure whether the 
`DynamicSink` is the correct way to start because it implies that the sink will 
only be available with the Table API which feels wrong although implementing in 
the DataStream API might require some additional efforts.
   
   Either
   
   - Implement a demux operator which is before the SinkWriter and committer 
operators (might be problematic in case you need to instantiate new sink 
operator during runtime)
   - Or pass different routers to the sinkwriter and committer, which has an 
additional configuration effort because we need different routers for the 
different operators.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to