apache / apache/pulsar-client-go
Question Regarding Protobuf schema
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
Hi,
I would like to utilize protobuf to define schema for a topic.
It is not apparent in documentation the format the protobuf schema function takes, and after reviewing a go test spec for protobuf schema, the test input looks identical to the test input for jsonschema. Can I assume that I should convert my protobufs to jsonschema, and pass the jsonschema string to the protobuf schema function?
Please advise,
Thanks
Contributor guide
Research direction
Start by locating the protobuf schema function and the Go test spec mentioned in the issue, then compare its expected input with the jsonschema test. Check the client documentation for schema examples and clarify the accepted protobuf format and whether conversion to JSON Schema is required. Done means the documented usage is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100