hubcio opened a new issue, #2634:
URL: https://github.com/apache/iggy/issues/2634

   Add CLI command to display cluster metadata (cluster name, nodes with their 
endpoints, roles, and status). 
   
   The server already exposes this via `ClusterClient::get_cluster_metadata()` 
(command code 12) - just needs CLI exposure.
   Suggested syntax: `iggy cluster metadata` (alias: `iggy cl metadata`)
   
   Output: Table/List modes showing node name, IP, TCP/QUIC/HTTP/WS ports, role 
(Leader/Follower), status (Healthy/Starting/etc.)
   (Make it look nice, similarly to how rest of get-type commands are 
displaying everything.)
   
   Reference: Follow pattern in core/cli/src/args/stream.rs and 
core/binary_protocol/src/cli/binary_streams/get_streams.rs
   
   Test it like rest of commands in the CLI.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to