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 2020/03/02 20:38:21 UTC

[GitHub] [pulsar] vzhikserg commented on a change in pull request #6356: Independent schema is set for each consumer generated by topic

vzhikserg commented on a change in pull request #6356: Independent schema is set for each consumer generated by topic
URL: https://github.com/apache/pulsar/pull/6356#discussion_r386636498
 
 

 ##########
 File path: pulsar-broker/src/test/java/org/apache/pulsar/schema/Schemas.java
 ##########
 @@ -29,36 +29,36 @@
     @NoArgsConstructor
     @AllArgsConstructor
     public static class PersonOne{
-        int id;
+        public int id;
 
 Review comment:
   This class provides all possible constructors and getters/setters for all fields. Please use them instead of defining fields as public

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services