This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 702
Utility Scripts
Sam Hecht edited this page Jul 18, 2016
·
1 revision
-
Template
usage: dub template [-h] input output Generate template from env vars. positional arguments: input Path to template file. output Path of output file.
-
ensure
usage: dub ensure [-h] name Check if env var exists. positional arguments: name Name of env var.
-
wait
usage: dub wait [-h] host port timeout wait for network service to appear. positional arguments: host Host. port Host. timeout timeout in secs.
-
path
usage: dub path [-h] path {writable,readable,executable,exists} Check for path permissions and existence. positional arguments: path Full path. {writable,readable,executable,exists} One of [writable, readable, executable, exists].
-
zk-ready
usage: cub zk-ready [-h] connect_string timeout retries wait Check if ZK is ready. positional arguments: connect_string Zookeeper connect string. timeout Time in secs to wait for service to be ready. retries No of retries to check if leader election is complete. wait Time in secs between retries
-
kafka-ready
usage: cub kafka-ready [-h] connect_string min_brokers timeout retries wait Check if Kafka is ready. positional arguments: connect_string Zookeeper connect string. min_brokers Minimum number of brokers to wait for timeout Time in secs to wait for service to be ready. retries No of retries to check if leader election is complete. wait Time in secs between retries
- Introduction
-
Getting Started
- Tutorial: Running in Standalone Mode
- Tutorial: Running on Multiple Remote Hosts and Clustering
-
Security
- Overview (TODO)
- Tutorial: Enabling SSL/TLS on a Cluster
- Securing Other Components (TODO)
- Overview of image structure
- Utility Scripts
- W/ Different kinds of docker networks
- Bridged (including caveats
- host networking (including caveats)
- Enabling JMX
- Development
- Important Caveats
- How to Contribute