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

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


The following commit(s) were added to refs/heads/master by this push:
     new 213077b3ec Add Python as a supported language for Pulsar (#12365)
213077b3ec is described below

commit 213077b3eca5a9efb40205be216ac7474e667e6f
Author: Starry <zhouzi...@apache.org>
AuthorDate: Sat Jun 22 23:55:42 2024 +0800

    Add Python as a supported language for Pulsar (#12365)
---
 docs/en/changes/changes.md                                          | 1 +
 .../server-starter/src/main/resources/component-libraries.yml       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 731e027fcd..3f9812a17f 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -16,6 +16,7 @@
 * Fix metrics tag in HTTP handler of browser receiver plugin.
 * Increase `alarm_record#message` column length to 2000 from 200.
 * Remove `alarm_record#message` column indexing.
+* Add Python as a supported language for Pulsar.
 
 #### UI
 
diff --git 
a/oap-server/server-starter/src/main/resources/component-libraries.yml 
b/oap-server/server-starter/src/main/resources/component-libraries.yml
index 67d73d0a9b..5234745e08 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -262,13 +262,13 @@ Light4J:
   languages: Java
 Pulsar:
   id: 72
-  languages: Java,Golang
+  languages: Java,Golang,Python
 pulsar-producer:
   id: 73
-  languages: Java,Golang
+  languages: Java,Golang,Python
 pulsar-consumer:
   id: 74
-  languages: Java,Golang
+  languages: Java,Golang,Python
 Ehcache:
   id: 75
   languages: Java

Reply via email to