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

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


    from c223029  fix cannot reconnect
     add 732bc16  The shebang must be on the first line (#77)
     add cbf689f  Mitigate unsafe yaml loading (#76)
     add 50388c5  Support Kafka reporter protocol (#74)
     add 8b8d405  Update EnvVars.md (#78)
     add 1382466  Merge branch 'master' into fix_reconnect

No new revisions were added by this update.

Summary of changes:
 docs/EnvVars.md                                 |   6 +-
 skywalking/agent/__init__.py                    |   3 +
 skywalking/agent/protocol/{grpc.py => kafka.py} |  33 +++----
 skywalking/client/kafka.py                      | 113 ++++++++++++++++++++++++
 skywalking/config.py                            |   3 +
 skywalking/plugins/sw_kafka.py                  |   7 ++
 tests/plugin/base.py                            |   4 +-
 tools/env/build_requirements_linux.sh           |   4 +-
 tools/env/setup_linux.sh                        |   4 +-
 9 files changed, 147 insertions(+), 30 deletions(-)
 copy skywalking/agent/protocol/{grpc.py => kafka.py} (77%)
 create mode 100644 skywalking/client/kafka.py

Reply via email to