GitHub user Samreay edited a discussion: [Python Client] How to subscribe to 
two topics - both with different schemas?

Hi all, I'm trying to write up a simple proof-of-concept application, wherein 
all it does it subscribe to two separate topics, each with their own different 
AvroSchema. So far, this doesn't seem possible to do easily with the 
(synchronous) python client, because each `Consumer` only supports one type of 
schema, and a `consumer.receive()` blocks.

Does anyone know a nice solution for this?

GitHub link: https://github.com/apache/pulsar/discussions/20263

----
This is an automatically sent email for commits@pulsar.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org

Reply via email to