pottekkat commented on code in PR #1750:
URL: https://github.com/apache/apisix-website/pull/1750#discussion_r1438888152


##########
blog/en/blog/2023/12/26/access-kafka-by-apisix.md:
##########
@@ -0,0 +1,271 @@
+---
+title: Access the Kafka Cluster by APISIX Gateway
+authors:
+  - name: Meng Yan
+    title: Author
+    url: https://github.com/yanmxa
+keywords:
+  - Message Queue
+  - Kafka
+  - Gateway
+  - Strimzi
+description: A few days ago, I tried to add a proxy to the kafka cluster, so I 
can leverage the proxy to manage the kafka authentication and authorization. 
Next, I will show how to use the APISIX to develop a customize authorization 
plugin for the kafka cluster.
+tags: [Ecosystem]
+---
+
+> This blog shows how to use Apache APISIX to develop a customize 
authorization plugin for the kafka cluster.
+
+<!--truncate-->
+
+## Prerequisites
+
+- Openshift cluster
+- Kafka cluster created by [strimzi kafka 
operator](https://github.com/strimzi/strimzi-kafka-operator)

Review Comment:
   ```suggestion
   - Kafka cluster created by 
[strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator)
   ```



##########
blog/en/blog/2023/12/26/access-kafka-by-apisix.md:
##########
@@ -0,0 +1,271 @@
+---
+title: Access the Kafka Cluster by APISIX Gateway
+authors:
+  - name: Meng Yan
+    title: Author
+    url: https://github.com/yanmxa
+keywords:
+  - Message Queue
+  - Kafka
+  - Gateway
+  - Strimzi
+description: A few days ago, I tried to add a proxy to the kafka cluster, so I 
can leverage the proxy to manage the kafka authentication and authorization. 
Next, I will show how to use the APISIX to develop a customize authorization 
plugin for the kafka cluster.

Review Comment:
   ```suggestion
   description: A few days ago, I added Apache APISIX as a proxy to an Apache 
Kafka cluster to manage authentication and authorization. Now, I created a 
custom authorization plugin in Go for the Kafka cluster.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to