-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Add pubsub as an option for server #58
Add pubsub as an option for server #58
Comments
@adaminsta thanks for suggesting, I think this makes sense, equivalent to kafka. |
Looks great! |
Do you have the need for testing the messages in pub/sub? |
We are planning to consume messages from pubsub with dataflow and then merge the data into snowflake tables. My initial idea was to validate format of the input in the dataflow job by comparing with the contract yaml. An even more powerful solution would be if we can genereate a pubsub schema (only avro/protocol buffer) from the contract yaml, which I can attach to the pubsub topic (https://cloud.google.com/pubsub/docs/schemas) |
We are consuming data from a pub-sub topic and putting it into snowflake, but there is no pubsub option for servers. Need something like this:
The text was updated successfully, but these errors were encountered: