-rw-r--r-- 1 root root 35944 Jun 21 17:07 kafka.log
drwxr-xr-x 2 root root 12288 Jun 21 09:56 libs/
-rw-r--r-- 1 root root 15125 Feb 9 21:25 LICENSE
drwxr-xr-x 2 root root 4096 Feb 9 21:34 licenses/
drwxr-xr-x 3 root root 4096 Jun 21 17:22 logs/
-rw-r--r-- 1 root root 28359 Feb 9 21:25 NOTICE
drwxr-xr-x 2 root root 4096 Feb 9 21:34 site-docs/
复制代码
可以看到目次已经天生,最后我们看一下日志没题目就代表我们的安装部署启动已经乐成了
[2024-06-21 10:07:09,460] INFO [BrokerLifecycleManager id=1] Successfully registered broker 1 with broker epoch 8 (kafka.server.BrokerLifecycleManager)
[2024-06-21 10:07:09,461] INFO [BrokerServer id=1] Waiting for the broker to be unfenced (kafka.server.BrokerServer)
[2024-06-21 10:07:09,462] INFO [BrokerLifecycleManager id=1] The broker is in RECOVERY. (kafka.server.BrokerLifecycleManager)
[2024-06-21 10:07:09,525] INFO [BrokerLifecycleManager id=1] The broker has been unfenced. Transitioning from RECOVERY to RUNNING. (kafka.server.BrokerLifecycleManager)
[2024-06-21 10:07:09,526] INFO [BrokerServer id=1] Finished waiting for the broker to be unfenced (kafka.server.BrokerServer)
[2024-06-21 10:07:09,527] INFO authorizerStart completed for endpoint PLAINTEXT. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures)
[2024-06-21 10:07:09,527] INFO [SocketServer listenerType=BROKER, nodeId=1] Enabling request processing. (kafka.network.SocketServer)