mcvsubbu commented on a change in pull request #4063: Introduce interface 
stability and audience annotations
URL: https://github.com/apache/incubator-pinot/pull/4063#discussion_r271854266
 
 

 ##########
 File path: 
pinot-core/src/main/java/org/apache/pinot/core/realtime/stream/PartitionLevelConsumer.java
 ##########
 @@ -19,11 +19,15 @@
 package org.apache.pinot.core.realtime.stream;
 
 import java.io.Closeable;
+import org.apache.pinot.annotations.InterfaceAudience;
+import org.apache.pinot.annotations.InterfaceStability;
 
 
 /**
  * Interface for a consumer which fetches messages at the partition level of a 
stream, for given offsets
  */
[email protected]
[email protected]
 
 Review comment:
   Same

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to