Lizzfox commented on PR #17111:
URL: https://github.com/apache/beam/pull/17111#issuecomment-1184624311

   @aromanenko-dev 
   > why do we need a new dedicated IO for that since it doesn't provide any IO 
user API? Could you give more details about the next steps on this IO?
   
   The `SparkReceiverIO` will provide a user interface for reading data from 
the [Spark Streaming Custom 
Receiver](https://spark.apache.org/docs/latest/streaming-custom-receivers.html) 
in Apache Beam pipelines. Users will be able to use this IO to read data from 
their own Spark Receivers.
   
   The next step is to implement the read interface. We have [SparkReceiverIO 
Read draft PR](https://github.com/apache/beam/pull/17828) that is in progress 
for now. I hope it would clarify the details. 
   
   We just decided to divide PRs to make them easier to review. So the current 
PR doesn't implement any user interface 🙂
   


-- 
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