pprovenzano commented on code in PR #14083: URL: https://github.com/apache/kafka/pull/14083#discussion_r1294925543
########## metadata/src/main/resources/common/metadata/DelegationTokenRecord.json: ########## @@ -22,8 +22,10 @@ "fields": [ { "name": "Owner", "type": "string", "versions": "0+", "about": "The delegation token owner." }, + { "name": "Requester", "type": "string", "versions": "0+", + "about": "The delegation token requester." }, Review Comment: Understood. This is also a case where the original creator of the fields missed this field from TokenInformation which is what ZK uses today. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org