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 f006edd158 Add Golang as a supported language for Pulsar (#11937)
f006edd158 is described below

commit f006edd158afb3ea0be2faa9033a82fc5d382a50
Author: Starry <codeprince2...@163.com>
AuthorDate: Tue Feb 27 09:00:32 2024 +0800

    Add Golang as a supported language for Pulsar (#11937)
---
 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 96b87d0844..1d4b77f512 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -57,6 +57,7 @@
 * Fix day-based table rolling time range strategy in JDBC storage.
 * Add `maxInboundMessageSize (SW_DCS_MAX_INBOUND_MESSAGE_SIZE)` configuration 
to change the max inbound message size of DCS.
 * Fix Service Layer when building Events in the EventHookCallback.
+* Add Golang 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 03482f2076..8c39ff21d5 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
+  languages: Java,Golang
 pulsar-producer:
   id: 73
-  languages: Java
+  languages: Java,Golang
 pulsar-consumer:
   id: 74
-  languages: Java
+  languages: Java,Golang
 Ehcache:
   id: 75
   languages: Java

Reply via email to