`cluster_id` bigint(20) NOT NULL DEFAULT '-1' COMMENT '集群ID', `broker_id` int(11) NOT NULL DEFAULT '-1' COMMENT 'BrokerID', `host` varchar(128) NOT NULL DEFAULT '' COMMENT 'Broker主机名', ...
Note: For local development, frontend runs on http://localhost:5173 and backend on http://localhost:5000. This repository contains the Backend of the Projexlify ...