jerrypeng commented on a change in pull request #3184: remove
pulsar-client-schema (WIP)
URL: https://github.com/apache/pulsar/pull/3184#discussion_r241652727
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/schema/Field.java
##########
@@ -40,4 +33,42 @@
*/
private final int index;
+ public Field(String name, int index) {
Review comment:
Then I will have to pull in the lombok dependency. Didn't feel appropriate.
Trying to keep pulsar-client-api as minimal as possible
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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