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/05/14 08:51:03 UTC

[GitHub] [pulsar] abhilashmandaliya opened a new issue #10587: Support alias for the Schema and Message

abhilashmandaliya opened a new issue #10587:
URL: https://github.com/apache/pulsar/issues/10587


   Schema and message should support different names/alias while performing SerDe. Like `ObjectMapper` has  `@JsonAlias` and `@JsonProperty`. Probably we can use the same feature as Pulsar Schemas use `ObjectMapper` internally.


-- 
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



[GitHub] [pulsar] eolivelli commented on issue #10587: Support alias for the Schema and Message

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


   I see your problem.
   
   but we have to find some way in order to abstract from Jackson Mapper because relying on Jackson Mapper will add an hard dependency for Pulsar.
   
   in the case of Avro it is fine to support their annotations because we are supporting Apache Avro.
   
   but in this case Pulsar supports  JSON in general and not Jackson Mapper, that is a specific 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.

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



[GitHub] [pulsar] codelipenghui commented on issue #10587: Support alias for the Schema and Message

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


   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