glaksh100 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_r256270609
 
 

 ##########
 File path: 
flink-connectors/flink-connector-kafka-0.10/src/main/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaConsumer010.java
 ##########
 @@ -69,6 +70,10 @@
 
        private static final long serialVersionUID = 2324564345203409112L;
 
+       /** Configuration to set consumer prefix for ratelimiting. **/
+       private static final String CONSUMER_PREFIX = "kafka";
 
 Review comment:
   Yeah, I think the consumer prefix is not adding any value here. Makes sense 
to not have it. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to