apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Include `nc` command in distributedlog docker image #241

Closed sijie closed 6 years ago

sijie commented 6 years ago

Descriptions of the changes in this PR:

nc is usually used for checking if zookeeper is up and also verifying connectivity. It is good to have nc installed in the docker image by default. so a k8s helm script can use that for checking connectivities.