Support alias for the Schema and Message #20248
abhilashmandaliya
started this conversation in
Ideas
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. |
0 replies
|
The issue had no activity for 30 days, mark with Stale label. |
0 replies
|
@tisonkun since this was moved from type Issue to Discussion, would be great to remove the automatically set |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.All reactions