[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-08-24 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-679438909


   @abbccdda Hi, do you have any time to review this patch? It's been quite a 
long time since no one had a look at 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.

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




[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-29 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-664804260


   Ping @omkreddy @mimaison for 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.

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




[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-11 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-657145012


   @dajac @mimaison  Thanks for the comments. Please review again.



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.

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




[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-07 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-654913649


   @mimaison @dajac If that's the case, I agree to move the logic into broker 
side. However, I suggest we keep the current refinement in `TopicCommand` and 
`ConfigCommand` since these tools should be capable of doing some 
pre-processing. What do you think?



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.

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




[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-06 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-654286184


   @dajac Thank you for the comment. Well, it is quite tempting to put all the 
check things on the broker side. However, we should still have the current 
tools refined to be robust enough. `TopicCommand` and `ConfigCommand` are the 
most popular tools to add configs for topics. They are definitely deserved to 
be optimized to build up the basic fault tolerance. Maybe we could open a new 
PR to do something great on the broker side later on. What do you think?
   



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.

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




[GitHub] [kafka] huxihx commented on pull request #8984: KAFKA-10227: Enforce cleanup policy to only contain compact or delete once

2020-07-06 Thread GitBox


huxihx commented on pull request #8984:
URL: https://github.com/apache/kafka/pull/8984#issuecomment-654175158


   Seems it failed by an unrelated issue tracked in [KAFKA-10017 
](https://issues.apache.org/jira/browse/KAFKA-10017#).



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.

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