nsqio / nsq

A realtime distributed messaging platform
https://nsq.io
MIT License
24.81k stars 2.89k forks source link

internal/clusterinfo: make public #733

Open nvcnvn opened 8 years ago

nvcnvn commented 8 years ago

I writing a "nsq_to_db" tool with Golang which is very similar to "nsq_to_file" but sadly the "github.com/nsqio/nsq/internal/clusterinfo" pacakge is internal package. I know that the "internal/clusterinfo" pacakge is the client tool for NSQ HTTP interface, it seem a good usage for Golang client sub pacakge?

mreiferson commented 8 years ago

@nvcnvn might make sense to make that public, we've taken this position to avoid issues of compatibility guarantees, but this package could be generally useful.

What do you think @jehiah ?

blide commented 7 years ago

Any updates?