Support alias for the Schema and Message #20248
Replies: 3 comments
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
The issue had no activity for 30 days, mark with Stale label. |
Beta Was this translation helpful? Give feedback.
-
|
@tisonkun since this was moved from type Issue to Discussion, would be great to remove the automatically set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Schema and message should support different names/alias while performing SerDe. Like
ObjectMapperhas@JsonAliasand@JsonProperty. Probably we can use the same feature as Pulsar Schemas useObjectMapperinternally.Beta Was this translation helpful? Give feedback.
All reactions