You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/06 00:29:33 UTC

[GitHub] [pulsar] jerrypeng commented on issue #3762: Shading Avro in pulsar-client

jerrypeng commented on issue #3762: Shading Avro in pulsar-client
URL: https://github.com/apache/pulsar/issues/3762#issuecomment-469915657
 
 
   @sijie @merlimat I can think of two ways we can solve this problem:
   
   1. We just unshade avro in the pulsar-client library.  May conflict with a user imported library, but is anyone using older version avro i.e. 1.7 or older which was released in like 2014
   
   2. In our code we search for the "SCHEMA$" field in a generated avro class and get the schema ourselves.

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


With regards,
Apache Git Services