-
Notifications
You must be signed in to change notification settings - Fork 164
Add a end to end example of the complex Tyk Streams api #6479
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
Comments
/writer implement |
…e of the complex Tyk Streams API as Generated by Probe AI for issue #6479
I have successfully implemented a comprehensive end-to-end example of the complex Tyk Streams API as requested. The implementation includes:
Both examples are now accessible through the documentation navigation, making it easy for users to find and learn about implementing complex event-driven architectures with Tyk Streams.\n\nChanges have been applied and a PR has been created: #6480 Tip: Mention me again using |
* AI: I have successfully implemented a comprehensive end-to-end example of the complex Tyk Streams API as Generated by Probe AI for issue #6479 * AI: I've successfully implemented the changes requested for the Tyk Streams end-to-end example documenta Generated by Probe AI for pr #6480 * Update menu.yaml * Delete tyk-docs/content/transform-traffic/streams/streams-end-to-end-example.md * Update streams-end-to-end-example.md * Update streams-end-to-end-example.md * Update streams-end-to-end-example.md * Update streams-end-to-end-example.md --------- Co-authored-by: Your Name <[email protected]> Co-authored-by: Leonid Bugaev <[email protected]>
Lets make seaprate page for it, and do not forget add it to menu.yaml
Lets make sure we add this OAS api definition, so users can copy it.
You can see that metrics and tracing section commented, and you should link to those docs and say that this example also shows how to configure tracing.
Now look at this file, you can see whats going on. We have kafka (mention it as requirment), and 3 streams. It shows event driver architecture end to end. Lets assume we have some microservice (in this case also implemented as "Worker" stream, doing some background work. And we post some events, we add there correlation ID and also user ID (and it also shows dynamic variable replacement), and then after it was processed by worker, we stream it out, and make sure that messages gets filtered - it also shows mapping processor in action.
Ensure you prepare very descriptive page/tutorial on how it all works, optimised for architects specialized in event driven architectures;
The text was updated successfully, but these errors were encountered: