vzhikserg opened a new pull request #7020: URL: https://github.com/apache/pulsar/pull/7020
### Motivation It is possible to [reach](https://github.com/apache/pulsar/blob/f90fab280c931d457877de87c12b7d59074f6f6c/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericAvroRecord.java#L64) the field containing the native Avro record, but GenericJsonRecord hides the JsonNode field. It makes sense to even it out and make the JsonNode publicly available. ### Modifications The public access modifier was added to the getter for JsonNode and the GenericJsonRecord class. ---------------------------------------------------------------- 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]
