hortonworks / streamline

StreamLine - Streaming Analytics
Apache License 2.0
164 stars 96 forks source link

Remove consumer start up delay config for Kafka source #841

Closed priyank5485 closed 7 years ago

priyank5485 commented 7 years ago

Earlier, Kafka spout in storm-kafka-client used by SAM used auto assignment for partitions. There were some issues related to that because of which we added consumer start up delay. Auto assignment has been switched to manual assignment in Apache storm community. This issue is to remove that config property from SAM

priyank5485 commented 7 years ago

https://github.com/hortonworks/streamline/pull/842