-
Notifications
You must be signed in to change notification settings - Fork 589
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
Adding Demo for Cloud Events Orchestration #646
Conversation
Signed-off-by: salaboy <salaboy@gmail.com>
community/demos.md
Outdated
@@ -2,6 +2,9 @@ If you have a demo of CloudEvents in action, please add a link here. If there | |||
isn't an associated blog or github repo, feel free to add descriptive text as a | |||
markdown file in `community/demos/`. | |||
|
|||
- [Orchestrating Cloud Events](https://salaboy.com/2020/05/18/orchestrating-cloud-events-with-zeebe/) | |||
- Blog post describing how Cloud Events can be orchestrated using an orchestration engine. Example included that you can run in your own environment with links to GitHub repositories needed. |
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.
minor thing, but can you wrap this at 80 columns to align with the rest of the doc?
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.
@duglin thanks a lot for the comment. Is there any way to make sure that it just breaks at 80 chars? I've tried several options but line-breaks will not happen inside bullets.
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.
just add a new line and then indent the next line, see https://github.com/cloudevents/spec/pull/646/files#diff-4c22f53fb332a4e6f2c6a9ecd53283aaL17
community/demos.md
Outdated
@@ -2,6 +2,9 @@ If you have a demo of CloudEvents in action, please add a link here. If there | |||
isn't an associated blog or github repo, feel free to add descriptive text as a | |||
markdown file in `community/demos/`. | |||
|
|||
- [Orchestrating Cloud Events](https://salaboy.com/2020/05/18/orchestrating-cloud-events-with-zeebe/) | |||
- Blog post describing how Cloud Events can be orchestrated using an orchestration engine. Example included that you can run in your own environment with links to GitHub repositories needed. | |||
- [Demo Code and instructions]: https://github.com/salaboy/zeebe-cloud-events-examples |
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.
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.
Fixed, thanks a lot!
Signed-off-by: salaboy <salaboy@gmail.com>
community/demos.md
Outdated
|
||
- Description: Blog post describing how Cloud Events can be orchestrated using an orchestration engine. Example included that you can run in your own environment with links to GitHub repositories needed. | ||
- Instructions: You can find the [Demo Code and instructions here](https://github.com/salaboy/zeebe-cloud-events-examples). | ||
- Tags: Cloud Events, Java, Orchestration, Workflow, KNative, Example |
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.
Why this line? None of the other ones have this
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.
line removed to avoid a mismatch with other entries
Signed-off-by: salaboy <salaboy@gmail.com>
* Adding Demo for Cloud Events Orchestration Signed-off-by: salaboy <salaboy@gmail.com> * Update Cloud Events Orchestration Section Signed-off-by: salaboy <salaboy@gmail.com> * make it shorter Signed-off-by: salaboy <salaboy@gmail.com>
Link providing a demo for Cloud Events orchestration. Follow up example will come with Knative.