[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-21 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1645987767

   @fvaleri @mimaison Thank you for the review and merge!


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-20 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1643445734

   @mimaison I reworked `parseOffsetJsonStringWithoutDedup` to return 
`Map>`.
   Now, Tuple class eliminated from PR. Please, review.


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-19 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1642362522

   @mimaison all your comments addressed except the one with the Tuple. Please, 
review.


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-18 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1641386848

   Tests failures unrelated.


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-18 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-164085

   @mimaison Thanks for the review. It seems I addressed all your comments. 
Please, take a look one more time.


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-18 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1640020567

   @fvaleri Done. New tests passed locally.


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-10 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1629087276

   > The JSON parsing logic is shared between multiple tools, including this 
one, so it seems a nice optimization to have.
   
   Sure. We must keep codebase consistent. 
   Anyway, in the moment my PR seems to be complete, isn't it?


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



[GitHub] [kafka] nizhikov commented on pull request #13278: KAFKA-14591 DeleteRecordsCommand moved to tools

2023-07-10 Thread via GitHub


nizhikov commented on PR #13278:
URL: https://github.com/apache/kafka/pull/13278#issuecomment-1628597321

   Hello, @fvaleri 
   
   Thanks for the feedback.
   
   > Can you please rebase and add a unit test for the various options, like we 
have for the other tools?
   
   Yes. I merged trunk to the PR and added tests for rewritten command.
   Please, take a look into `DeleteRecordsCommandTest`.
   
   > Have you considered using the Jackson wrapper [proposed 
here](https://issues.apache.org/jira/browse/KAFKA-14737)?
   
   I'm not aware of this work.
   It seems right now command works like expected :)


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