how to use skywalking python agent by kafka #10315
-
|
What happened What you expected to happen How to reproduce app.py requirements.txt Anything else As a result,the skywalking ui and es can not find the application, I had already confirm that the network about oap server and the kafka server is right.So ,can any body help me to find what's wront |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
|
Python Agent on Kafka is covered by E2E on SkyWalking OAP v9.3.0. Anyway I'm gonna try to reproduce the issue since you provided all codes. Please stay tuned. |
Beta Was this translation helpful? Give feedback.
-
|
@xiaozaiyuji I have tested on released python agent [kafka] and everything is working fine with bitnami/confluent kafka. The service is visible in dashboard immediately and traces are there. I used a recent oap revision at v9.3.0 93d021a Since there's no errors in your log, I assume that kafka reporter didn't throw any exception, that we can 99% sure the data is already sent out. Other than your code is missing __ for I'd like to remind you to double check the kafka broker log AND use It is most likely a kafka setup issue (things like incorrect replication factor exception https://github.com/robcowart/docker_compose_cookbook/blob/dcf7799b96947d20e0f4a185195a5abe96715561/confluent_kafka_oss/docker-compose.yml#L505) outside of SkyWalking agent scope, although I admit other possibilities. I request you to investigate in your environment the above bolded comment and feed the finding to me next. |
Beta Was this translation helpful? Give feedback.
-
|
Tracking created #10317 |
Beta Was this translation helpful? Give feedback.



Tracking created #10317