We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, would you consider introducing Avro encoder support for the publisher?
The text was updated successfully, but these errors were encountered:
Interesting. What are you thinking exactly?
You would want to encode an Avro schema to json? Or you would want to send Avro over RPC to google?
The first option should be possible, quite easily actually.
Im not sure the second would be possible in the scope of this library.
Sorry, something went wrong.
It looks like it's doable: https://github.com/googleapis/python-pubsub/blob/HEAD/samples/snippets/schema.py
Hey - thanks for the quick reply! I was interested in supporting the use case they have on the docs: https://cloud.google.com/pubsub/docs/publisher#python
No branches or pull requests
Hello, would you consider introducing Avro encoder support for the publisher?
The text was updated successfully, but these errors were encountered: