bzp2010 commented on code in PR #7046:
URL: https://github.com/apache/apisix/pull/7046#discussion_r873888895


##########
.github/workflows/centos7-ci.yml:
##########
@@ -79,6 +79,8 @@ jobs:
 
     - name: Run other docker containers for test
       run: |
+        # generating SSL certificates for Kafka
+        keytool -genkeypair -keyalg RSA -dname "CN=127.0.0.1" -alias 127.0.0.1 
-keystore ./ci/pod/kafka/kafka-server/selfsigned.jks -validity 365 -keysize 
2048 -storepass changeit

Review Comment:
   
![image](https://user-images.githubusercontent.com/8078418/168632771-e449b3f5-5630-4be0-8275-a469b62a719d.png)
   **First make sure that the certificate exists for docker-compose to start 
kafka. If the certificate does not exist then the kafka container will crash.**



-- 
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