[GitHub] [pulsar] tuteng opened a new pull request #6034: [Pulsar IO][Issue 5633]Support avro schema for debezium connector

2020-04-23 Thread GitBox


tuteng opened a new pull request #6034:
URL: https://github.com/apache/pulsar/pull/6034


   
   Fixes #5633 
   
   
   ### Motivation
   
   Currently, some users want to support Avro schema in debezium, so this pr 
supports this feature.
   For Kafka's Avro schema, it depends on the Avro 1.8 version, but Avro 
version has just been upgraded to 1.9 in pulsar, so shade is needed to avoid 
finding `addProp` function
   
   ### Modifications
   
   * Add a package `kafka-connect-avro-converter-shaded`
   * Add class KafkaSchema to converter Kafka's Avro schema to pulsar's schema
   
   ### Verifying this change 
   
   Unit test and integration tests
   
   



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:
us...@infra.apache.org




[GitHub] [pulsar] tuteng opened a new pull request #6034: [Pulsar IO][Issue 5633]Support avro schema for debezium connector

2020-01-12 Thread GitBox
tuteng opened a new pull request #6034: [Pulsar IO][Issue 5633]Support avro 
schema for debezium connector
URL: https://github.com/apache/pulsar/pull/6034
 
 
   
   Fixes #5633 
   
   
   ### Motivation
   
   Currently, some users want to support Avro schema in debezium, so this pr 
supports this feature.
   For Kafka's Avro schema, it depends on the Avro 1.8 version, but Avro 
version has just been upgraded to 1.9 in pulsar, so shade is needed to avoid 
finding `addProp` function
   
   ### Modifications
   
   * Add a package `kafka-connect-avro-converter-shaded`
   * Add class KafkaSchema to converter Kafka's Avro schema to pulsar's schema
   
   ### Verifying this change 
   
   Unit test and integration tests
   
   


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:
us...@infra.apache.org


With regards,
Apache Git Services