EliHarper opened a new issue #8672:
URL: https://github.com/apache/pulsar/issues/8672


   **Describe the bug**
   message.value() deserialization failing with complex schema defined within 
the Python client when using Json and Avro schemas.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Run the "pulsar-all" image in a Docker container
   2. Configure a nested object that uses a previously defined record as a 
field in another using the Python client
   3. Attempt to deserialize the messages from a topic with the nested object 
using message.value()
   4. See error (IndexError: list out of range with Avro, TypeError: '<dict>' 
found when your defined SubSchema expected with Json)
   
   **Expected behavior**
   Objects correctly deserialized from Json/Avro to the type specified in the 
schemas.
   
   **Desktop (please complete the following information):**
    - OS: CentOS 7, Docker version 19.03.13, build 4484c46d9d
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to