apache / apache/pulsar-client-python
Python client send a 'null' schema data for StringSchema
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 75
- Fork
- 53
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.