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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]