You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/22 11:18:27 UTC

[GitHub] [pulsar] AlvaroStream commented on a diff in pull request #19019: [improve][doc] Java example explaining code without using lombok

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


##########
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:
   Thanks I just changed it a i though it was.
   
   Removed.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org