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 2021/12/02 15:42:34 UTC

[GitHub] [pulsar] adityaIndexlabs opened a new issue #13096: Pulsar support for Apache Avro library as published by Apache

adityaIndexlabs opened a new issue #13096:
URL: https://github.com/apache/pulsar/issues/13096


   **Is your enhancement request related to a problem? Please describe.**
   
   We have a requirement to use both Kafka and Pulsar with Apache Avro Schemas. This is not possible currently as Pulsar uses it's own shaded (masked) version of apache avro implementation, which looks identical to Apache Avro.
   
   **Describe the solution you'd like**
   
   The enhancement is for Pulsar to work directly with Apache's Avro implementation.
   
   **Describe alternatives you've considered**
   
   Currently we are defining Schema's using Apache Avro Generic Record and then writing conversions to work with Pulsar's shaded version.
   
   **Additional context**
   
   Add any other context or screenshots about the feature request here.
   
   We have written converters to allow schemas which serialize to `org.apache.avro.generic.GenericRecord` to allow serialization to
   `org.apache.pulsar.shade.org.apache.avro.generic.GenericRecord`.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijie commented on issue #13096: Pulsar support for Apache Avro library as published by Apache

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #13096:
URL: https://github.com/apache/pulsar/issues/13096#issuecomment-984900837


   @adityaIndexlabs if you use pulsar-client-original library, you will not use the shaded library.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sollecitom commented on issue #13096: Pulsar support for Apache Avro library as published by Apache

Posted by GitBox <gi...@apache.org>.
sollecitom commented on issue #13096:
URL: https://github.com/apache/pulsar/issues/13096#issuecomment-992833566


   @sijie does `pulsar-client-original` have a `org.apache.pulsar.client.api.Schema<org.apache.avro.generic.GenericRecord>`? That's what's needed to support native Avro types.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sollecitom edited a comment on issue #13096: Pulsar support for Apache Avro library as published by Apache

Posted by GitBox <gi...@apache.org>.
sollecitom edited a comment on issue #13096:
URL: https://github.com/apache/pulsar/issues/13096#issuecomment-992833566


   @sijie does `pulsar-client-original` have a `org.apache.pulsar.client.api.Schema<org.apache.avro.generic.GenericRecord>`? That's what's needed to support native Avro records.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] github-actions[bot] commented on issue #13096: Pulsar support for Apache Avro library as published by Apache

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #13096:
URL: https://github.com/apache/pulsar/issues/13096#issuecomment-1051440359


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org