This repository was archived by the owner on Jan 26, 2023. It is now read-only.
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
cluster nodes output parser that's less hacky #5
Right now I'm using the CSV parser but splitting on space to capture each column. A side-effect of this design is that we have to throw away the
shardslotscolumn. This was probably fine for an MVP but we should rewrite it using a custom splitOnFunc that's less hacky.