pulsar-client-go
pulsar-client-go copied to clipboard
support schema formats
Describe alternatives you've considered
The following formats are supported by the Pulsar schema registry:
- None. If no schema is specified for a topic, producers and consumers will handle raw bytes.
- String (used for UTF-8-encoded strings)
- JSON
- Protobuf
- Avro
for specific functional descriptions, refer to: schema