This is an automated email from the ASF dual-hosted git repository.
zike pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new aa6baa8d440 Add Golang NACK Backoff support icon in client matrix
(#1026)
aa6baa8d440 is described below
commit aa6baa8d440cbc02ee59fcc559ade45fb9cc2d43
Author: zhou zhuohan <[email protected]>
AuthorDate: Tue Aug 5 18:48:22 2025 +0800
Add Golang NACK Backoff support icon in client matrix (#1026)
---
data/matrix.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/matrix.js b/data/matrix.js
index c18ce820ed9..71b705ec85c 100644
--- a/data/matrix.js
+++ b/data/matrix.js
@@ -445,7 +445,7 @@ module.exports = {
Feature: "NACK Backoff",
Java: 2,
"C++": 0,
- Go: 0,
+ Go: 2,
Python: 0,
Nodejs: 0,
"C#/DotPulsar": 0,