You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/05/18 14:58:53 UTC

[GitHub] [kafka] Moovlin opened a new pull request #10718: [KAFKA-12811] kafka-topics.sh should let the user know they cannot adjust the replication factor for a topic using the --alter flag and not warn about missing the --partition flag

Moovlin opened a new pull request #10718:
URL: https://github.com/apache/kafka/pull/10718


   Added 1 new line to check that that "replication factor" & "alter" are not being used together. Uses the existing CommandLineUtils to do the check.
   
   Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation
   - [ ] Verify test coverage and CI build status
   - [ ]  Verify documentation (including upgrade notes)


-- 
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:
users@infra.apache.org



[GitHub] [kafka] Moovlin closed pull request #10718: KAFKA-12811: kafka-topics.sh should let the user know they cannot adjust the replication factor for a topic using the --alter flag and not warn about missing the --partition flag

Posted by GitBox <gi...@apache.org>.
Moovlin closed pull request #10718:
URL: https://github.com/apache/kafka/pull/10718


   


-- 
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:
users@infra.apache.org



[GitHub] [kafka] Moovlin commented on pull request #10718: KAFKA-12811: kafka-topics.sh should let the user know they cannot adjust the replication factor for a topic using the --alter flag and not warn about missing the --partition flag

Posted by GitBox <gi...@apache.org>.
Moovlin commented on pull request #10718:
URL: https://github.com/apache/kafka/pull/10718#issuecomment-852414008


   Seems I've done some bad things here in an effort to resolve issues. Let me figure out what I actually want need to do to resolve the issue with the PR. I apologize for the messiness here. 


-- 
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:
users@infra.apache.org