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
* fixed brokenlinks 1
* fixed the broken links
* removed the reference to docker compose
* fixed the https links
* fixed the link sto the guides
* fixed teh broken links
* fixed the broken links
---------
Co-authored-by: Rakavitha Kodhandapani <seldon@SELIN002.local>
Copy file name to clipboardExpand all lines: docs-gb/kubernetes/kafka.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ We currently have tested and documented integration with following managed solut
27
27
- Amazon MSK (security: SASL/SCRAM)
28
28
- Azure Event Hub (security: SASL/PLAIN)
29
29
30
-
See our [Kafka security](../getting-started/kubernetes-installation/security.md#kafka)
31
-
section for configuration examples.
30
+
See our [Kafka security](../getting-started/kubernetes-installation/security/README.md#kafka) section for configuration examples.
32
31
33
32
## Self Hosted Kafka
34
33
@@ -39,7 +38,7 @@ To install Kafka for testing purposed in your k8s cluster, we recommend to use [
39
38
40
39
{% hint style="info" %}
41
40
**Note**: This page discuss how to install Strimzi Operator and create Kafka cluster for trial, dev, or testing purposes.
42
-
For production grade installation consult [Strimzi documentation](https://strimzi.io/documentation/) or use one of managed solutions mentioned [here](./index.md).
41
+
For production grade installation consult [Strimzi documentation](https://strimzi.io/documentation/) or use one of [managed solutions](#managed-kafka).
43
42
{% endhint %}
44
43
45
44
You can install and configure Strimzi using either Helm charts or our Ansible playbooks, both documented below.
|`METRICS_LEVEL`| string | feature | Level of detail for recorded metrics; one of `feature`, `resource`, or `cluster`|
59
-
|`EXTRA_PUBLISH_URLS`| comma-separated list of URLs |http://my-endpoint-1:8000,http://my-endpoint-2:8000| Additional endpoints to publish metrics to |
59
+
|`EXTRA_PUBLISH_URLS`| comma-separated list of URLs |`http://<my-endpoint-1>:8000`,`http://<my-endpoint-2>:8000`| Additional endpoints to publish metrics to |
0 commit comments