### Motivation For connectors like JDBC connector, we will be using `GenericRecord` for mapping individual fields to the sink destination. If a function or connector is programming using the `GenericRecord`, pulsar should use Schema.AUTO to detect schema automatically.
### Modifications Enable `Schema.AUTO` in functions and connectors ### Result We are able to use `GenericRecord` in functions and connectors. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2537 ] This message was relayed via gitbox.apache.org for [email protected]
