Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
580dfc4
change name for menu item for preview (#3533)
csantanapr May 5, 2021
56d5097
Added detail per issue #3425 (#3514)
RichardJJG May 11, 2021
08df9a4
Update knative/community files (#3553)
knative-automation May 12, 2021
59494a1
tracing cm fix (#3506)
Shashankft9 May 12, 2021
702b26b
remove unnecessary requrirements to do a release (#3563)
csantanapr May 12, 2021
135e998
#3543 fix link (#3567)
abrennan89 May 13, 2021
401db7d
Replace xip.io with sslip.io (#3574)
benjamintanweihao May 14, 2021
3728a93
Update actions (#3535)
knative-automation May 14, 2021
b20e599
Update common github actions (#3552)
knative-automation May 14, 2021
9de8ab7
upgrade to latest dependencies (#3505)
knative-automation May 14, 2021
b5b2063
Remove responsive-revision-gc config (#3545)
nak3 May 14, 2021
f0264b1
Fixes #3117 and broken links (#3569)
abrennan89 May 14, 2021
3b42f9d
Update shortcodes.md (#3550)
javajon May 14, 2021
3211289
:lipstick: slight change to ordered delivery guarantees (#3536)
matzew May 17, 2021
f756f1a
Add knative-release-leads to OWNERS (#3586)
May 17, 2021
c9ce88e
add approvers ux (#3587)
csantanapr May 17, 2021
22c1511
Update the default value (#3530)
RichieEscarez May 18, 2021
8751c19
Adding notes on KafkaSource usage (#3596)
matzew May 18, 2021
42fb8a1
Update actions (#3581)
knative-automation May 18, 2021
4ab8007
Remove python pycache (#3594)
nak3 May 18, 2021
3d98fc4
Use correct setting in ClusterIssue setting (#3595)
nak3 May 18, 2021
f8e75be
fix broken link #3568 #3577 (#3579)
novahe May 18, 2021
1974a07
merging main into mkdocs
May 19, 2021
a9036c0
fix Netlify build
May 19, 2021
f86d92a
Merge branch 'mkdocs' into mkdocs
May 19, 2021
612e0d3
Added Snippets folder and hidden Beta Contributor guide
May 19, 2021
fb2307a
Merge branch 'mkdocs' of https://github.com/omerbensaadon/docs into m…
May 19, 2021
73c45d9
Update docs/eventing/event-registry.md
May 19, 2021
1b9e7f2
whitespace
May 19, 2021
fa8921d
Merge branch 'mkdocs' of https://github.com/omerbensaadon/docs into m…
May 19, 2021
2e51f40
more whitespace
May 19, 2021
b3e0280
removing this bit because linting is killing me
May 19, 2021
4ef9781
ok really the last one
May 19, 2021
9707be0
Updating to latest API version of Strimzi. v1beta1 is now gone :fire:…
matzew May 19, 2021
d24d920
:notebook: adding a note to not consume records of the kafkachannel's…
matzew May 19, 2021
2b54bfa
fix broken link in kogito example (#3602)
kmarquardsen May 19, 2021
8d6a0dd
docs about usage of internal services in an "api-gateway" access mode…
lenalebt May 19, 2021
b482385
api specs for v0.23 (#3619)
csantanapr May 19, 2021
0978bf4
Update serving/_index.md with network layer option (#3585)
xtreme-sameer-vohra May 19, 2021
3fbb90c
Fix typos in the sample yaml file (#3616)
xclud May 19, 2021
725f3b1
EventType is not yet part of the v1 eventing API (#3576)
lenalebt May 19, 2021
1b166e1
Merge branch 'main' into mkdocs
May 19, 2021
d68df6c
Remaining changes from now closed PRs
May 19, 2021
5890495
Merge branch 'mkdocs' into mkdocs
May 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/articles/event-drive-app-knative-eventing-kogito.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ As part of the Serverless Workflow implementation, Kogito offers a Kubernetes Op

To demonstrate how the Kogito workflow implementation works on Knative's event-driven architecture, we will use the [patient onboarding example](https://github.com/kiegroup/kogito-examples/tree/master/serverless-workflow-functions-events-quarkus). In this example, we simulate a workflow used in hospitals to onboard new patients and assign them to the correct doctor.

The following image taken from the [specification examples page](https://github.com/serverlessworkflow/specification/blob/master/examples/examples.md#New-Patient-Onboarding) illustrates this workflow:
The following image taken from the [specification examples page](https://github.com/serverlessworkflow/specification/tree/main/examples#New-Patient-Onboarding) illustrates this workflow:

![Patient onboarding workflow representation](/blog/articles/images/kogito-example-patientonboarding.png)
*Patient Onboarding workflow representation*
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/event-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kubectl get eventtype dev.knative.source.github.push-34cnb -o yaml
Omitting irrelevant fields:

```yaml
apiVersion: eventing.knative.dev/v1
apiVersion: eventing.knative.dev/v1beta1
kind: EventType
metadata:
name: dev.knative.source.github.push-34cnb
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ is to install it by using [Strimzi](https://strimzi.io).
```
1. Describe the size of your Apache Kafka installation in `kafka.yaml`, like:
```yaml
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: my-cluster
Expand Down
4 changes: 4 additions & 0 deletions docs/eventing/samples/kafka/channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ with `knative-messaging-kafka`. This indicates it is an Apache Kafka channel
from Knative. It contains the name of the namespace, `default` in this example,
followed by the actual name of the channel.

**NOTE:** The topic of a Kafka channel is an implementation detail and records from it should not be consumed from different applications.

## Configuring the Knative broker for Apache Kafka channels

To setup a broker that will use the new default Kafka channels, you must create
Expand Down Expand Up @@ -127,6 +129,8 @@ knative-messaging-kafka.default.default-kn2-trigger
...
```

**NOTE:** The topic of a Kafka channel is an implementation detail and records from it should not be consumed from different applications.

## Creating a service and trigger to use the Apache Kafka broker

To use the Apache Kafka based broker, let's take a look at a simple demo. Use
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/kafka/kafka.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
name: my-cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/sources/kafka-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The `KafkaSource` reads all the messages, from all partitions, and sends those m
- Replicas

```yaml
apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: knative-demo-topic
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/sources/kafka-source/kafka-topic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: kafka.strimzi.io/v1beta1
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: knative-demo-topic
Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Once you have installed Material for MkDocs and all of the extensions, head over
--8<-- "docs/snippets/links/main-docs-branch-link.md"
and clone the repo.

In your terminal, find your way over to the location of the cloned repo. Once you are in the main folder (.../docs) and run:
In your terminal, find your way over to the location of the cloned repo. Once you are in the main folder and run:


=== "Local Preview"
```
Expand Down
Loading