We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e569c93 commit 546f0edCopy full SHA for 546f0ed
client_consumer.go
@@ -20,7 +20,7 @@ type ConsumerGroup struct {
20
}
21
22
func (cg *ConsumerGroup) String() string {
23
- return fmt.Sprintf("%+v", cg)
+ return fmt.Sprintf("[ConsumerGroupName: %s, Timeout: %d, InOrder: %t]", cg.ConsumerGroupName, cg.Timeout, cg.InOrder)
24
25
26
// ConsumerGroupCheckPoint type define
0 commit comments