Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

get current config in kafka

as suggested @LijuJohn i found the config in the server.log file. Thanks a lot!!


Here's full working command to list all configs for the broker with id=1:

./bin/kafka-configs.sh --bootstrap-server <broker-host>:9092 --entity-type 
brokers --entity-name 1 --all --describe

Since Kafka 2.5.0 (see issue here), you can now specify the --all flag to list all configs (not just the dynamic ones) when using ./kafka-configs.sh

Tags:

Config

Apache Zookeeper

Apache Kafka

Related

React New Context API - Access Existing Context across Multiple Files Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled How to restart a failed pod in kubernetes deployment Cannot resolve symbol ViewModelProviders on AppCompatActivity Terraform - Resource not found for variable despite having it declared in the same file Laravel - .env vs database.php New Flutter Project wizard not showing on Android Studio 3.0.1 Keras: How to use fit_generator with multiple inputs How to set _auth for a scoped registry in .npmrc? Hotkey to open cmd with administration rights in current folder from Explorer Missing or insufficient permissions errors after logout How does keras handle multiple losses?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy