*Motivation* We added schema enforcements. However we don't update some cli tools. For example, if you submit an ExclamationFunction and try to use pulsar-client to produce bytes, it will fail with `org.apache.pulsar.broker.service.schema.IncompatibleSchemaException: Producers cannot connect without a schema to topics with a schema`
*Changes* Change produce to use `Schema.AUTO_PRODUCE` when possible [ Full content available at: https://github.com/apache/pulsar/pull/2717 ] This message was relayed via gitbox.apache.org for [email protected]
