tuteng commented on issue #4192: [pulsar-broker]Support key value schema compatibility checker URL: https://github.com/apache/pulsar/pull/4192#issuecomment-493399752 Please help review this code again @sijie @codelipenghui Previous integration tests of debezium failed because from is String, to is KeyValue. The data are as follows: ``` 10:03:34.332 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.schema.KeyValueSchemaCompatibilityCheck - from SchemaData(type=STRING, isDeleted=false, timestamp=0, user=, data=[], props={}) 10:03:34.332 [ForkJoinPool.commonPool-worker-2] INFO org.apache.pulsar.broker.service.schema.KeyValueSchemaCompatibilityCheck - to SchemaData(type=KEY_VALUE, isDeleted=false, timestamp=1558087414170, user=, data=[0, 0, 0, 0, 0, 0, 0, 0], props={key.schema.properties={}, value.schema.properties={}, value.schema.type=BYTES, key.schema.name=Bytes, value.schema.name=Bytes, kv.encoding.type=INLINE, key.schema.type=BYTES}) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
