-
Notifications
You must be signed in to change notification settings - Fork 77
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
(fix): Google pubsub protocol schema setting - cloudsteam #652
Conversation
✅ Deploy Preview for springwolf-ui canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great that you start working on supporting GooglePubSub bindings.
I left some comments regarding structure. In case you need some assistance with the bindings module, lets hop into the Discord chat together with @ctasada to coordinate (we can also move the files at the end of the PR).
(I usually do not review PR as long as they are in the draft state. Thanks for the ping in Discord.)
...gwolf/plugins/cloudstream/asyncapi/scanners/channels/CloudStreamFunctionChannelsScanner.java
Outdated
Show resolved
Hide resolved
...main/java/io/github/springwolf/plugins/cloudstream/annotation/GooglePubSubSchemaSetting.java
Outdated
Show resolved
Hide resolved
...main/java/io/github/springwolf/plugins/cloudstream/annotation/GooglePubSubSchemaSetting.java
Outdated
Show resolved
Hide resolved
...ub/springwolf/plugins/cloudstream/asyncapi/scanners/common/FunctionalChannelBeanBuilder.java
Outdated
Show resolved
Hide resolved
...loudstream/asyncapi/scanners/channels/CloudStreamFunctionChannelsScannerIntegrationTest.java
Outdated
Show resolved
Hide resolved
Thank you @SheheryarAamir for the contribution. It will be part of the next release 🎉 |
When using googlepubsub as protocol generated asynapi docs does not add schemaSetting under bindings->googlepubsub, which is required for passing asynapi validation.
Detailed are mentioned in below reported issue
Issue #651