codelipenghui commented on code in PR #19019:
URL: https://github.com/apache/pulsar/pull/19019#discussion_r1055114376


##########
site2/docs/schema-understand.md:
##########
@@ -122,6 +122,11 @@ Pulsar gets the schema definition from the predefined 
`struct` using an Avro lib
 1. Create the _User_ class to define the messages sent to Pulsar topics.
 
    ```java
+   # If you use Lombok
+   @Builder
+   @AllArgsConstructor
+   @NoArgsConstructor

Review Comment:
   We can remove line 133 to 137 since lombok will generate the constructors.



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