syhily opened a new pull request, #12: URL: https://github.com/apache/flink-connector-pulsar/pull/12
This PR add the schema evolution support by adding a new `BytesSchema` implementation. 1. Add `BytesSchema` for supporting schema evolution in Pulsar source. 2. Add new `setDeserializationSchema` methods in `PulsarSourceBuilder`. 3. Add new `setSerializationSchema` methods in `PulsarSinkBuilder`. 4. Add new `enableSchemaEvolution` method in `PulsarSourceBuilder`. 5. Change the documentation for better clarifying the schema building. 6. Fix the serialization issue in `PulsarSchemaTypeSerializerSnapshot`. -- 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]
