You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,13 @@ If you choose to do this make sure you update the `data-generator.yaml` file for
69
69
The steps to run each example are described in their own README.
70
70
Make sure you have already [installed Apache Kafka, Apache Flink and Apicurio Registry](#installing-apache-kafka-apache-flink-and-apicurio-registry).
71
71
72
+
### Running an example in other namespace
73
+
74
+
By default, we assume all the jobs are running in `flink` namespace, but it is also possible to run jobs in other namespaces.
75
+
Please see [here](flink-role/README.md) for more information.
76
+
77
+
### Viewing the Apicurio Registry UI
78
+
72
79
The source topics for the example will contain Avro records.
73
80
You can view the Apicurio Registry UI by running `kubectl port-forward service/apicurio-registry-service 8080 -n flink` and visiting http://localhost:8080/ui in a browser.
0 commit comments