You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/04/03 17:36:48 UTC

[GitHub] [incubator-pinot] mcvsubbu commented on a change in pull request #4063: Introduce interface stability and audience annotations

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_r271854441
 
 

 ##########
 File path: pinot-core/src/main/java/org/apache/pinot/core/realtime/stream/StreamMetadataProvider.java
 ##########
 @@ -20,11 +20,15 @@
 
 import java.io.Closeable;
 import javax.annotation.Nonnull;
+import org.apache.pinot.annotations.InterfaceAudience;
+import org.apache.pinot.annotations.InterfaceStability;
 
 
 /**
  * Interface for provider of stream metadata such as partition count, partition offsets
  */
+@InterfaceAudience.Public
+@InterfaceStability.Stable
 
 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org