Add Golang as a supported language for Pulsar (#11937)

This commit is contained in:
Starry 2024-02-27 09:00:32 +08:00 committed by GitHub
parent fc9d9acba4
commit f006edd158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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