Hi zk guys: maoling Beijing,China
When use zk in distributional model,we need to touch a myid file in dataDir.then write a unique number to it.It is inconvenient and not user-friendly, it has a special usage which I don't know?Look at an example from other distribution system such as kafka:it just uses broker.id=0 in the server.properties to indentify a unique server nodecan we abandon the myid file and use a new property such as server.id=0 in the zoo.cfg- is it doable?- if it is doable,we use this feature in the latest branch or keep it downward compatibility?