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 - NGINX -> K8S_SERVICE
- APISIX -> K8S_SERVICE - APISIX -> K8S_SERVICE
- GENERAL -> APISIX - GENERAL -> APISIX
* Add Golang as a supported language for RocketMQ.
#### UI #### UI

View File

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