[ https://issues.apache.org/jira/browse/KAFKA-16520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850051#comment-17850051 ]
José Armando García Sancio commented on KAFKA-16520: ---------------------------------------------------- {quote}Do we want to enhance FetchRequest inside this PR? {quote} [~nizhikov] , I won't do that part. I am currently working on implementing those changes now as part of https://issues.apache.org/jira/browse/KAFKA-16527 {quote}Or I can leave DirectoryId equals to null for cases when `ReplicaState` created while handling FetchRequest? {quote} The default/null/empty value for Uuid should be Uuid.ZERO_UUID. The RepliciaState type should have an {{Optional<Uuid> directoryId}} field. If it is empty (Optional.empty()) then the code should write Uuid.ZERO_UUID in the DescribeQuorumResponse. > Changes to DescribeQuorum response > ---------------------------------- > > Key: KAFKA-16520 > URL: https://issues.apache.org/jira/browse/KAFKA-16520 > Project: Kafka > Issue Type: Sub-task > Components: kraft > Reporter: José Armando García Sancio > Assignee: Nikolay Izhikov > Priority: Major > Fix For: 3.8.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)