chengxilo commented on code in PR #1916: URL: https://github.com/apache/iggy/pull/1916#discussion_r2181600461
########## foreign/go/contracts/consumer.go: ########## @@ -20,8 +20,8 @@ package iggcon type ConsumerKind int const ( - ConsumerSingle ConsumerKind = 1 - ConsumerGroup ConsumerKind = 2 + ConsumerKindSingle ConsumerKind = 1 + ConsumerKindGroup ConsumerKind = 2 Review Comment: I rename it, because name `ConsumerGroup` would be used as a type. -- 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]
