This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new d2fe0af  Fix: kafka image in docker-compose demo (#380)
d2fe0af is described below

commit d2fe0aff250bb115bf7b342e83f8e9f929d6c465
Author: zth9 <[email protected]>
AuthorDate: Thu Sep 25 16:44:55 2025 +0800

    Fix: kafka image in docker-compose demo (#380)
---
 demo/docker-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/docker-compose.yaml b/demo/docker-compose.yaml
index 0995331..cbfc6fd 100644
--- a/demo/docker-compose.yaml
+++ b/demo/docker-compose.yaml
@@ -68,7 +68,7 @@ services:
   
   kafka:
     container_name: kafka
-    image: confluentinc/cp-kafka
+    image: confluentinc/cp-kafka:7.2.15
     expose:
       - 9092
       - 9094

Reply via email to