You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/09/22 14:36:21 UTC

[GitHub] [hudi] parisni commented on issue #2175: [SUPPORT] HUDI MOR/COW tuning with spark structured streaming

parisni commented on issue #2175:
URL: https://github.com/apache/hudi/issues/2175#issuecomment-924992418


   @spyzzz you finally choosed to run one spark streaming per table instead of grouping all topics ?
   
   ```
   for (table <- tables ) {
   spark.readStream.format("kafka").options(xxxxx).option("subscribe",table)
   }
   ```
   and not
   
   ```
   spark.readStream.format("kafka").options(xxxxx).option("subscribe","all-topics")
   ```
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

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