This is an automated email from the ASF dual-hosted git repository. bzp2010 pushed a commit to branch feat-kafka in repository https://gitbox.apache.org/repos/asf/apisix.git
commit ec377a1c518309788e29e75585b7a5674c4a4cda Author: Zeping Bai <[email protected]> AuthorDate: Tue May 10 02:17:06 2022 +0800 ci: debug --- ci/linux-ci-init-service.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/linux-ci-init-service.sh b/ci/linux-ci-init-service.sh index cc863add2..1f947b163 100755 --- a/ci/linux-ci-init-service.sh +++ b/ci/linux-ci-init-service.sh @@ -16,6 +16,8 @@ # limitations under the License. # +docker logs apache-apisix_kafka-server1_1 + docker exec -i apache-apisix_kafka-server1_1 /opt/bitnami/kafka/bin/kafka-topics.sh --create --zookeeper zookeeper-server1:2181 --replication-factor 1 --partitions 1 --topic test2 docker exec -i apache-apisix_kafka-server1_1 /opt/bitnami/kafka/bin/kafka-topics.sh --create --zookeeper zookeeper-server1:2181 --replication-factor 1 --partitions 3 --topic test3 docker exec -i apache-apisix_kafka-server2_1 /opt/bitnami/kafka/bin/kafka-topics.sh --create --zookeeper zookeeper-server2:2181 --replication-factor 1 --partitions 1 --topic test4
