Kafka 起動コマンドの使用例
kafka-server-start config/server.properties
config/server.properties
は、Kafka サーバーの構成ファイルです。 kafka-server-start config/server-1.properties & kafka-server-start config/server-2.properties & kafka-server-start config/server-3.properties
config/server-1.properties
, config/server-2.properties
、config/server-3.properties
は、3 つの Kafka サーバーの構成ファイルです。 kafka-server-start --zookeeper localhost:2181 config/server.properties
localhost:2181
は、次のアドレスです。動物園の飼育員。 kafka-server-start --jmx-port 9999 config/server.properties
9999
は JMX のポート番号です。 。 kafka-server-start --ssl-keystore-location /path/to/keystore.jks --ssl-keystore-password secret --ssl-key-password secret config/server.properties
/path/to/keystore.jks
SSL キーストアへのパスです。 secret
は、SSL キーストアのパスワードです。 注意事項
トラブルシューティング
Kafka サーバーが起動できない場合は、次の点を確認できます。
#その他のリソース
以上がKafka 起動コマンドの例と考慮事項の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。