mingjliu9 opened a new issue #11161:
URL: https://github.com/apache/pulsar/issues/11161


   **Is your enhancement request related to a problem? Please describe.**
   `record` had became the Java keyword start from [JEP 359 Records 
(Preview)](http://openjdk.java.net/jeps/359), and released as production ready 
by [JEP 395: Records](http://openjdk.java.net/jeps/395) in JDK16
   e.g.
   `
   public record Point(int x, int y) { }
    `
   
   **Describe the solution you'd like**
   Rename `record` variable name in pulsar project. 
   
   **Describe alternatives you've considered**
   Not Available for supporting JDK14+.
   
   At the minute, 80 variables are found :
   
   
![图片](https://user-images.githubusercontent.com/39477523/123889336-e3c3bb80-d987-11eb-9fe4-83ef5f6ae6fe.png)
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to