prateekm commented on a change in pull request #1187: Notifying BEM about
kafkaConsumerProxy failure to prevent BEM poll-blockin in case of proxy failures
URL: https://github.com/apache/samza/pull/1187#discussion_r334677825
##########
File path:
samza-kafka/src/main/java/org/apache/samza/system/kafka/KafkaSystemConsumer.java
##########
@@ -219,6 +219,15 @@ private void setFetchThresholds() {
this, fetchThresholdBytes, fetchThreshold, numPartitions,
perPartitionFetchThreshold, perPartitionFetchThresholdBytes);
}
+ /**
+ * Invoked by {@link KafkaConsumerProxy} to notify the consumer of failure,
so it can relay and stop the BEM polling.
+ * @param throwable
Review comment:
Add documentation for @param, otherwise checkstyle will complain.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services