apache / apache/pulsar-client-python

Python client send a 'null' schema data for StringSchema

Open
#30 5 comments 0 reactions 1 assignee Claimed by @sijie View on GitHub
Dominant language
Python
Stars
75
Forks
53
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

Python client uses `json.dump(None)` to generate the schema info for StringSchema. It causes the python client sends a schema info with "null" schema data.

**Expected behavior**

Python client should send empty schema data for primitive schema types.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.