Raven888888 commented on issue #12284:
URL: https://github.com/apache/pulsar/issues/12284#issuecomment-938536927


   Greetings @MarvinCai 
   
   `apache-pulsar/bin/pulsar-admin schemas get test`
   returns
   ```
   {
     "version": 0,
     "schemaInfo": {
       "name": "test",
       "schema": "",
       "type": "STRING",
       "properties": {}
     }
   }
   ```
   
   This is the same schema before the pulsar upgrade process.
   
   Also tried to re-upload schema:
   `apache-pulsar/bin/pulsar-admin schemas upload test -f 
apache-pulsar/conf/schema_example.conf`
   same `BufferUnderflowException` error.
   
   Thanks in advance.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to