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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]