GitHub user yaalsn added a comment to the discussion: [Python Client] How to subscribe to two topics - both with different schemas?
If pydantic, how about using `JSON` instead of `Avro`, you can convert the models to `JSON` easily https://docs.pydantic.dev/latest/usage/exporting_models/ GitHub link: https://github.com/apache/pulsar/discussions/20263#discussioncomment-5880223 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
