petermnhull opened a new issue, #1175: URL: https://github.com/apache/pulsar-client-go/issues/1175
#### Expected behavior Able to use `NewBytesSchema(nil)` in consumers and producers without errors. #### Actual behavior The Bytes schema is not set as a recognised schema, and so one gets the following errors when calling `NewBytesSchema(nil)`: `not support schema type of 0` #### Steps to reproduce Call `NewBytesSchema(nil)` without the fix in this commit, or run the new test in this commit without the code change: https://github.com/apache/pulsar-client-go/pull/1173/commits/733c0a11b15f56ec588d0e73b9f32bc236973d3a #### System configuration Pulsar version: 2.10 Pulsar client version:v0.11.1 -- 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]
