naka13 edited a comment on issue #2175:
URL: https://github.com/apache/hudi/issues/2175#issuecomment-709208973


   One obvious bottleneck is the sequential processing. Since you are already 
creating multiple streams, you can increase concurrency using 
`spark.streaming.concurrentJobs`. You can set it as 
`sparkConf.set("spark.streaming.concurrentJobs", "4");` [Check 
this](https://stackoverflow.com/questions/34430636/spark-processing-multiple-kafka-topic-in-parallel)
   On a side note, how are you handling deletes? Or you don't have deletes in 
your DB?


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

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


Reply via email to