Skip to content

Commit 0fa0566

Browse files
committed
fixed minor typos
1 parent 9f793be commit 0fa0566

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/deploy-coe-with-Kafka.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Citrix ADC Observability Exporter with Kafka as endpoint
22

3-
Citrix ADC Observability Exporter is a container that collects metrics and transactions from Citrix ADC. It also transforms the data into the formats (such as AVRO) that are supported in Kafka and exports the data to the endpoint. Kafka is an open-source and distributed event streaming platform for high-performance data pipelines and streaming analytics.
3+
Citrix ADC Observability Exporter is a container that collects metrics and transactions from Citrix ADC. It also transforms the data into the formats (such as AVRO) that is supported in Kafka and exports the data to the endpoint. Kafka is an open-source and distributed event streaming platform for high-performance data pipelines and streaming analytics.
44

55
## Deploy Citrix ADC Observability Exporter
66

@@ -20,7 +20,7 @@ The following diagram illustrates a Citrix ADC as an Ingress Gateway with Citrix
2020

2121
**Note**: In this example scenario, the YAML file is used to deploy Citrix ADC Observability Exporter in the Kubernetes *defauIt* namespace. If you want to deploy in a private Kubernetes namespace other than *default*, edit the YAML file to specify the namespace.
2222

23-
The following is a sample application deployment procdure.
23+
The following is a sample application deployment procedure.
2424

2525
**Note**: If you have a pre-deployed web application, skip the step 1 and 2.
2626

@@ -220,7 +220,7 @@ To verify the Citrix ADC Observability Exporter deployment, perform the followin
220220

221221
![HTTP methods](media/coe-kafka-http-methods.png)
222222

223-
3. Use Kafka Consumer to view the transaction data. Access kafka Consumer from [PythonKafkaConsumer](https://kafka-python.readthedocs.io/en/master/apidoc/KafkaConsumer.html).
223+
3. Use Kafka Consumer to view the transaction data. Access Kafka Consumer from [PythonKafkaConsumer](https://kafka-python.readthedocs.io/en/master/apidoc/KafkaConsumer.html).
224224

225225
The following image shows sample data from Kafka Consumer.
226226

0 commit comments

Comments
 (0)