chengxilo commented on code in PR #3032:
URL: https://github.com/apache/iggy/pull/3032#discussion_r3074811395


##########
foreign/go/contracts/stats.go:
##########
@@ -17,27 +17,142 @@
 
 package iggcon
 
+import (
+       "fmt"
+
+       "github.com/apache/iggy/foreign/go/internal/codec"
+)
+
+// CacheMetrics holds cache hit/miss statistics for a single partition.
+type CacheMetrics struct {
+       StreamId    uint32  `json:"stream_id"`

Review Comment:
   Currently Go SDK doesn't support HTTP. the json tags are actually outdated 
auto-generated code(I guess).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to