merlimat opened a new pull request #2215: Add option to retrieve schema for a topic from pulsar client URL: https://github.com/apache/incubator-pulsar/pull/2215 ### Motivation In some cases, it might be useful to retrieve the schema info from within the `PulsarClient` instance. One such example is to use it from function instances where we don't have a pulsar admin client configured. ### Modifications * Added `PulsarClientImpl.getSchema(topic)` * Not exposed in interface yet. If it's deemed useful we can add later.
---------------------------------------------------------------- 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
