fvaleri commented on PR #13562:
URL: https://github.com/apache/kafka/pull/13562#issuecomment-1633948707

   >  how you prepare your environment to run $ bin/kafka-get-offsets.sh. Is 
there any guide or quickstart about it?
   
   From Kafka project home dir, build with `./gradlew jar`, then start a local 
Kafka cluster as explained in the [official 
quickstart](https://kafka.apache.org/quickstart), and finally run 
`bin/kafka-get-offsets.sh` as I show in my previous comment.
   
   > which options are considered to be deprecated
   
   For this tool, search for deprecated in the class and you'll find 
`broker-list`. It would be good to log a warning when a user try to use it 
instead of `bootstrap-server`. I was thinking to something like `WARNING: The 
'broker-list' option is deprecated and will be removed in the next major 
release. Use the `bootstrap-server` option with the same syntax.`.


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

Reply via email to