tweise commented on a change in pull request #7679: [FLINK-11501][Kafka
Connector] Add ratelimiting to Kafka consumer
URL: https://github.com/apache/flink/pull/7679#discussion_r259679680
##########
File path:
flink-connectors/flink-connector-kafka-0.10/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer010.java
##########
@@ -69,6 +70,12 @@
private static final long serialVersionUID = 2324564345203409112L;
+ /**
+ * RateLimiter to throttle bytes read from Kafka. The rateLimiter is
set via
+ * {@link #setRateLimiter(FlinkConnectorRateLimiter)}.
+ */
+ private FlinkConnectorRateLimiter rateLimiter;
Review comment:
Why repeat this here (already defined in `FlinkKafkaConsumer09`)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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