ConcurrencyPractitioner edited a comment on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl URL: https://github.com/apache/pulsar/pull/3983#issuecomment-482839276 Alright, so I've been working on approach 1 since approach 2 didn't seem to be working. So I have added a new field to PulsarApi.proto and I wanted to generate PulsarApi.java accordingly. However, that was where I ran into some problems since I was unable to perform the second step. I have added a maven ```protobuf``` dependency to pulsar-common/pom.xml, but no generated changes were made to PulsarApi.java (I tried to use the ```protobuf:compile``` goal to generate the PulsarApi.java file). So right now, I probably need some advice on how to generate the PulsarApi.java file.
---------------------------------------------------------------- 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
