Github user tdas commented on the pull request:
https://github.com/apache/spark/pull/911#issuecomment-48666841
I concur with @jerryshao completely. If the only purpose of this patch is
to create multiple input streams and union them together, its just easy to do
it manually.
`ssc.union((1 to numConsumers).map(_ => KafkaUtils.createStream(....))`
Rather if there was any smart allocation of topics to streams that did
intelligent load balancing etc, then it is worth wrapping that complex
functionality into a separate API call.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---