apoorvmittal10 commented on code in PR #20819:
URL: https://github.com/apache/kafka/pull/20819#discussion_r2495818823


##########
core/src/main/java/kafka/server/share/SharePartitionManager.java:
##########
@@ -357,11 +356,10 @@ public CompletableFuture<Map<TopicIdPartition, 
ShareAcknowledgeResponseData.Part
         String memberId
     ) {
         log.trace("Release session request for groupId: {}, memberId: {}", 
groupId, memberId);
-        Uuid memberIdUuid = Uuid.fromString(memberId);
         List<TopicIdPartition> topicIdPartitions = 
cachedTopicIdPartitionsInShareSession(
-            groupId, memberIdUuid);
+            groupId, memberId);

Review Comment:
   I was referring to `generated by the group-coordinator`, which neccessarily 
be not true now.



-- 
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