- Notifications
You must be signed in to change notification settings - Fork2.7k
Route over kafka-logger plugin to integrate with SSL enabled Kafka#12659
-
Hi All, I am trying to build a route using kafka-logger plugin. Supplied all the required attributes mentioned in thedocumentation.Kafka is SASL_SSL enabled and supplied all the certificates (client_cert, client_key, ca_cert) in the plugin configuration. When i trigger the route using curl command, getting error as "502 Bad Gateway".
Options i tried to verify connectivity from APISIX Host are:
Request someone to please suggest any clue on this. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Could you please provide a minimal reproducible environment using Docker Compose? This would help us troubleshoot the issue. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@Baoyuantop Can you please let me know, how to supply SSL certificates which can be readable by kafka-logger plugin. Thats all i wanted to know. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks for your response. Below is the Route i created: `curlhttp://127.0.0.1:9180/apisix/admin/routes/5 -H "X-API-KEY: $admin_key" -X PUT -d { Not sure where to supply client certificate, private key and trusted certificates. I tried following open-resty-kafkatodocument to set certificates using below directives:
|
BetaWas this translation helpful?Give feedback.