You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "clolov (via GitHub)" <gi...@apache.org> on 2023/02/07 14:50:08 UTC

[GitHub] [kafka] clolov commented on pull request #13122: KAFKA-14594: Move LogDirsCommand to tools module

clolov commented on PR #13122:
URL: https://github.com/apache/kafka/pull/13122#issuecomment-1420901116

   Heya @fvaleri, I hope I have addressed all your comments.
   Unless I am wrong, the only difference between the two outputs is that in the old the error was
   ```
   "error": null
   ```
   while in the new the error is
   ```
   "error": {
     "empty": true,
     "present": false
   },
   ```
   I have fixed this in subsequent commits


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org