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_r384793681
##########
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:
Could you please explain why the access modifiers were switched to `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:
[email protected]
With regards,
Apache Git Services