1. `getSchemaInfo().toString().getBytes()` => `getSchemaInfo().getSchema()` 2. you don't need `toString` on `UTF_8`. it can just be `new String(schema, UTF_8)`
[ Full content available at: https://github.com/apache/incubator-pulsar/pull/2578 ] This message was relayed via gitbox.apache.org for [email protected]
