WaterWhisperer commented on code in PR #3581:
URL: https://github.com/apache/iggy/pull/3581#discussion_r3518946371
##########
foreign/python/Cargo.toml:
##########
@@ -38,6 +38,7 @@ doc = false
bytes = "1.12.0"
futures = "0.3.32"
iggy = { path = "../../core/sdk", version = "0.10.1-edge.2" }
+iggy_common = { path = "../../core/common", version = "0.10.1-edge.2" }
Review Comment:
Great. I noticed C++ SDK has a similar `iggy_common` import for these
consumer group types, although it still uses other `iggy_common` types there.
Should we track that cleanup separately?
--
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]