-
Notifications
You must be signed in to change notification settings - Fork 0
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
This deserves a blog post #1
Comments
Haven't seen it. It looks great. I have couple questions. Is this for subscriptions only? In typical app my event source will be create mutation that publish event and sink would be subscription to divert data to client. Diagram is the other way around which made me think that I do not understand KNative enough to get it. What is connecting to sink? |
This sound to me like I have my own server and now GQL source will issue GraphQL subscriptions to that server and expose it to some sink. I think explanation that uses GraphQL queries will make your blog post every successful. What query goes where etc. What I was looking for is to have multiple serverless services that support GraphQL mutations that could become event sources and single statefull server that will utilize sink to send payload to subscribed clients. Are we in the same space? This will enable serverless GraphQL subscribtions - subscribtions typically require stateless info about clients so are unfit to become functions on it's own |
sorry for a delayed response.
This is right , i will add the queries to the blog post. Thanks for the suggestion.
This is very interesting. Few q's
|
|
GraphQL Serverless and Eventing is one of the most demanded topics with many people looking for example. I would love to promote the gql-source and even contribute after I will get some understanding how it works but it will be easier if there is simple blog post one can follow. I have tried to run example but still do not get how things work here.
@itsmurugappan
The text was updated successfully, but these errors were encountered: