Github user siyuanh commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/351#discussion_r73811155
--- Diff:
contrib/src/main/java/com/datatorrent/contrib/kafka/AbstractKafkaInputOperator.java
---
@@ -834,17 +840,16 @@ private boolean isPartitionRequired(int opid,
List<KafkaConsumer.KafkaMeterStats
return false;
}
+ if (!isPartitionBasedOnLoad) {
--- End diff --
Why would this line be involved. If there is new kafka partition, it would
return true at line 829. And new kafka partition would be added to waiting list.
---
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.
---