erichare commented on issue #30:
URL:
https://github.com/apache/pulsar-client-python/issues/30#issuecomment-1433175123
If i'm understanding this correctly, the problem is in the following lines
of schema.py:
```
class StringSchema(Schema):
def __init__(self):
super(StringSchema, self).__init__(str, _pulsar.SchemaType.STRING,
None, 'STRING')
```
Rather than None, would it be more appropriate to send an empty string?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]