apache / apache/pulsar-client-python
Python client send a 'null' schema data for StringSchema
Ouverte
- Langage dominant
- Python
- Étoiles
- 75
- Forks
- 53
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.