jerrypeng commented on a change in pull request #10631: URL: https://github.com/apache/pulsar/pull/10631#discussion_r645876916
########## File path: pulsar-functions/api-java/src/main/java/org/apache/pulsar/functions/api/Context.java ########## @@ -40,15 +36,8 @@ * executing function */ @InterfaceAudience.Public -@InterfaceStability.Stable -public interface Context { - /** - * Access the record associated with the current input value. - * - * @return - */ - Record<?> getCurrentRecord(); - +@InterfaceStability.Unstable Review comment: why are changing the InterfaceStability level? Is this change no backwards compatible? -- 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: us...@infra.apache.org