mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-29 04:13:00 +08:00
update LanguageCode (#8872)
Co-authored-by: zh378814 <wb-zh378814@alibaba-inc.com>
This commit is contained in:
@@ -35,7 +35,8 @@ public enum LanguageCode {
|
||||
GO((byte) 9),
|
||||
PHP((byte) 10),
|
||||
OMS((byte) 11),
|
||||
RUST((byte) 12);
|
||||
RUST((byte) 12),
|
||||
NODE_JS((byte) 13);
|
||||
|
||||
private byte code;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user