Add Golang as a supported language for RocketMQ (#11877)

This commit is contained in:
Starry 2024-02-13 14:04:15 +08:00 committed by GitHub
parent a688500fb4
commit b775e7f547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@
- NGINX -> K8S_SERVICE
- APISIX -> K8S_SERVICE
- GENERAL -> APISIX
* Add Golang as a supported language for RocketMQ.
#### UI

View File

@ -119,7 +119,7 @@ ElasticJob:
languages: Java
RocketMQ:
id: 25
languages: Java
languages: Java,Golang
httpasyncclient:
id: 26
languages: Java
@ -158,10 +158,10 @@ postgresql-jdbc-driver:
languages: Java
rocketMQ-producer:
id: 38
languages: Java
languages: Java,Golang
rocketMQ-consumer:
id: 39
languages: Java
languages: Java,Golang
kafka-producer:
id: 40
languages: Java,Python